Katheryne/Frontend/Pages/Editor.razor.css
2023-10-16 00:10:46 +08:00

13 lines
159 B
CSS

.editor-zone {
height: calc(100vh - 64px);
}
.control-zone {
height: 5%;
padding: 2px;
}
.logging-zone {
height: 15%;
overflow-y: auto;
}