Update style

This commit is contained in:
the1812 2019-05-21 10:51:27 +08:00
parent 31cdf553e3
commit 4b8342ad33
6 changed files with 8 additions and 8 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
.gui-settings-tooltip{position:fixed;left:420px;color:#fff;background:#0008;padding:1rem;font-size:12pt;top:50%;transform:translateY(-50%);transition:.2s ease-out .8s;opacity:0;min-width:100%;max-height:60%;line-height:24px;white-space:pre-wrap;pointer-events:none}.gui-settings-tooltip.show{pointer-events:initial;opacity:1}.gui-settings-tooltip span{font-weight:700}
.gui-settings-tooltip{position:fixed;left:440px;color:#fff;background:#0008;padding:1rem;font-size:12pt;top:50%;transform:translateY(-50%);transition:.2s ease-out .8s;opacity:0;min-width:100%;max-height:60%;line-height:24px;white-space:pre-wrap;pointer-events:none}.gui-settings-tooltip.show{pointer-events:initial;opacity:1}.gui-settings-tooltip span{font-weight:700}

View File

@ -475,7 +475,7 @@ li.category.folded i.icon-arrow
.gui-settings-box
{
height: 100%;
width: 400px;
width: 420px;
background: white;
color: #000;
position: fixed;

View File

@ -1,7 +1,7 @@
.gui-settings-tooltip
{
position: fixed;
left: 420px;
left: 440px;
color: white;
background: #0008;
padding: 1rem;