mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Reduce z-index (fix #2095)
This commit is contained in:
parent
ce8461a5b0
commit
d97cec877b
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
@ -8,7 +8,7 @@
|
||||
top: calc(50vh + var(--side-bar-offset));
|
||||
left: 0;
|
||||
width: 32px;
|
||||
z-index: 99999;
|
||||
z-index: 1000;
|
||||
transform: translateY(-50%);
|
||||
user-select: none;
|
||||
i {
|
||||
@ -754,12 +754,12 @@ li.category.folded i.icon-arrow {
|
||||
}
|
||||
|
||||
/* Fix bangumi and live player z-index */
|
||||
.player-mode-webfullscreen .player-module,
|
||||
.player-mode-webfullscreen .player-module .player-container,
|
||||
.player-full-win .app-content,
|
||||
.player-full-win .live-room-app .app-content {
|
||||
z-index: 100000 !important;
|
||||
}
|
||||
// .player-mode-webfullscreen .player-module,
|
||||
// .player-mode-webfullscreen .player-module .player-container,
|
||||
// .player-full-win .app-content,
|
||||
// .player-full-win .live-room-app .app-content {
|
||||
// z-index: 100000 !important;
|
||||
// }
|
||||
|
||||
body.round-corner {
|
||||
--corner-radius: 4px;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user