frontend_nyla/src/pages/Dashboard.module.css
idittrich-valueon 84764f932b new dashboard
2025-07-23 10:37:07 +02:00

24 lines
369 B
CSS

.dashboardContainer {
display: flex;
flex-direction: column;
gap: 20px;
font-family: var(--font-family);
width: 100%;
height: 100vh;
flex: 1;
}
.chatLogContainer {
display: flex;
flex-direction: column;
flex: 1;
min-height: 0;
}
.chatArea {
display: flex;
flex-direction: column;
flex: 1;
min-height: 0;
}