mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Fix settings still visible on web fullscreen and line height problem
This commit is contained in:
parent
d2b0be735a
commit
5d34ba2dfd
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
@ -8,7 +8,7 @@
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 24px;
|
||||
z-index: 100000;
|
||||
z-index: 999999;
|
||||
}
|
||||
.gui-settings
|
||||
{
|
||||
@ -82,6 +82,7 @@
|
||||
box-shadow: 0px 3px 20px 2px #0004;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
line-height: initial;
|
||||
}
|
||||
.gui-settings-footer,
|
||||
.gui-settings-header
|
||||
|
||||
Loading…
Reference in New Issue
Block a user