mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Update style
This commit is contained in:
parent
31cdf553e3
commit
4b8342ad33
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
min/gui-settings.min.css
vendored
2
min/gui-settings.min.css
vendored
File diff suppressed because one or more lines are too long
2
min/settings-tooltip.min.css
vendored
2
min/settings-tooltip.min.css
vendored
@ -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}
|
||||
@ -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;
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
.gui-settings-tooltip
|
||||
{
|
||||
position: fixed;
|
||||
left: 420px;
|
||||
left: 440px;
|
||||
color: white;
|
||||
background: #0008;
|
||||
padding: 1rem;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user