Katheryne/Frontend/Pages/Editor.razor.css

18 lines
222 B
CSS
Raw Normal View History

2023-10-14 22:12:19 +08:00
.editor-zone {
height: calc(100vh - 64px);
}
.control-zone {
height: 5%;
padding: 2px;
}
.logging-zone {
height: 15%;
overflow-y: auto;
margin-bottom: 5px;
}
.logging-item {
padding: 0 0 0;
2023-10-14 22:12:19 +08:00
}