markdown-home-tab/src/modules/editor/components/EditorWrapper/styles.module.scss
2023-04-26 17:09:23 +06:00

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;
}