mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-24 23:56:51 +00:00
Add dimension schemas
This commit is contained in:
@@ -82,6 +82,10 @@ body {
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.nav-selector-menu .btn {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.content {
|
||||
display: flex;
|
||||
height: calc(100vh - 56px);
|
||||
@@ -91,6 +95,7 @@ body {
|
||||
.tree {
|
||||
padding: 1rem;
|
||||
overflow-y: auto;
|
||||
padding-bottom: 50vh;
|
||||
}
|
||||
|
||||
.source textarea {
|
||||
|
||||
@@ -223,8 +223,8 @@ body[data-style=dark] .node-header > button {
|
||||
}
|
||||
|
||||
body[data-style=dark] button.selected {
|
||||
background-color: #726d28;
|
||||
border-color: #867e0e
|
||||
background-color: #9e9843;
|
||||
border-color: #a59c18
|
||||
}
|
||||
|
||||
body[data-style=dark] .node-header > label.collapse.closed,
|
||||
|
||||
Reference in New Issue
Block a user