Katheryne/Frontend/Components/Pages/Editor.razor.css
2023-11-19 12:55:02 +08:00

17 lines
205 B
CSS

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