Fix mobile layout for skin editor. Update dark scheme for skin editor.

This commit is contained in:
2022-10-13 12:17:24 +08:00
parent e642f1a4ac
commit cb51bb109b

View File

@@ -1,5 +1,5 @@
body { body {
overflow: hidden; text-size-adjust: none;
margin: 0; margin: 0;
font-family: sans-serif; font-family: sans-serif;
font-size: 16px; font-size: 16px;
@@ -38,12 +38,11 @@ body {
} }
#treeview { #treeview {
position: absolute;
top: 32px;
width: 100%;
height: calc(100% - 32px); height: calc(100% - 32px);
}
#tree {
overflow: auto; overflow: auto;
height: calc(100% - 10px);
} }
.t-list { .t-list {
@@ -277,6 +276,12 @@ input {
.t-internal { .t-internal {
background-color: dimgray; background-color: dimgray;
} }
.btn-add {
border-color: lime;
}
.t-block {
border-color: cyan;
}
.mode-sort.state-grabbing .t-grabbing { .mode-sort.state-grabbing .t-grabbing {
background-color: green; background-color: green;
border-left-color: lightgreen; border-left-color: lightgreen;