mirror of
https://github.com/langbot-app/LangBot.git
synced 2025-11-25 03:15:06 +08:00
18 lines
280 B
CSS
18 lines
280 B
CSS
.homeLayoutContainer {
|
|
width: 100vw;
|
|
height: 100vh;
|
|
display: flex;
|
|
flex-direction: row;
|
|
}
|
|
|
|
.main {
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: #FAFBFB;
|
|
}
|
|
|
|
.mainContent {
|
|
width: calc(100% - 40px);
|
|
height: calc(100% - 110px);
|
|
margin: 20px;
|
|
} |