mirror of
https://github.com/muerwre/markdown-home-tab.git
synced 2025-05-09 15:56:40 +07:00
22 lines
237 B
SCSS
22 lines
237 B
SCSS
.wrapper {
|
|
width: 100%;
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
user-select: none;
|
|
}
|
|
|
|
.content {
|
|
flex: 1;
|
|
}
|
|
|
|
.panel {
|
|
flex: 0;
|
|
padding: 10px;
|
|
display: flex;
|
|
flex-direction: row;
|
|
}
|
|
|
|
.filler {
|
|
flex: 1;
|
|
}
|