Katheryne/Frontend/Components/Pages/Editor.razor.css

17 lines
205 B
CSS
Raw Normal View History

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