spread the editor

This commit is contained in:
ckcz123 2019-12-20 23:14:56 +08:00
parent c1e5d4f1f0
commit a4b8e752fa
2 changed files with 5 additions and 5 deletions

View File

@ -239,15 +239,15 @@ body {
position: absolute; position: absolute;
left: 900px; left: 900px;
top: 10px; top: 10px;
width: 440px; right: 0;
height: 630px; bottom: 0;
/* border: 1px solid rgb(238, 13, 13); */ /* border: 1px solid rgb(238, 13, 13); */
} }
#iconLib { #iconLib {
position: absolute; position: absolute;
width: 435px; right: 0;
height: 620px; bottom: 0;
left: 5px; left: 5px;
top: 5px; top: 5px;
overflow: auto; overflow: auto;

View File

@ -7,7 +7,7 @@
.leftTab { .leftTab {
overflow: auto; overflow: auto;
position: absolute; position: absolute;
height: 630px; bottom: 0;
} }
.leftTab > * { .leftTab > * {