From cb51bb109b6326a1f74217e1c54962b215934f8f Mon Sep 17 00:00:00 2001 From: PopSlime Date: Thu, 13 Oct 2022 12:17:24 +0800 Subject: [PATCH] Fix mobile layout for skin editor. Update dark scheme for skin editor. --- Http/SkinEditor/app.css | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/Http/SkinEditor/app.css b/Http/SkinEditor/app.css index fc7fa1d..c0979c9 100644 --- a/Http/SkinEditor/app.css +++ b/Http/SkinEditor/app.css @@ -1,5 +1,5 @@ body { - overflow: hidden; + text-size-adjust: none; margin: 0; font-family: sans-serif; font-size: 16px; @@ -38,12 +38,11 @@ body { } #treeview { + position: absolute; + top: 32px; + width: 100%; height: calc(100% - 32px); -} - -#tree { overflow: auto; - height: calc(100% - 10px); } .t-list { @@ -277,6 +276,12 @@ input { .t-internal { background-color: dimgray; } + .btn-add { + border-color: lime; + } + .t-block { + border-color: cyan; + } .mode-sort.state-grabbing .t-grabbing { background-color: green; border-left-color: lightgreen;