mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Improve settings UI
This commit is contained in:
parent
896efd5a62
commit
fd076cfa4d
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
@ -141,6 +141,7 @@
|
||||
{
|
||||
height: 0;
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
.gui-settings-content ul li.indent-0
|
||||
{
|
||||
@ -454,7 +455,7 @@ input[type='text'][key]
|
||||
{
|
||||
-webkit-backdrop-filter: blur(24px);
|
||||
backdrop-filter: blur(24px);
|
||||
background: #fff8;
|
||||
background: #fffa;
|
||||
}
|
||||
}
|
||||
@supports (backdrop-filter: blur(64px)) or (-webkit-backdrop-filter: blur(64px))
|
||||
@ -473,12 +474,12 @@ input[type='text'][key]
|
||||
}
|
||||
.gui-settings-box.blur .gui-settings-content
|
||||
{
|
||||
background: #fffc;
|
||||
background: #fffa;
|
||||
}
|
||||
.gui-settings-box.blur .gui-settings-header,
|
||||
.gui-settings-box.blur .gui-settings-footer
|
||||
{
|
||||
background: #fffc;
|
||||
background: #fffa;
|
||||
}
|
||||
}
|
||||
.gui-settings-panel.animation
|
||||
|
||||
Loading…
Reference in New Issue
Block a user