mirror of
https://github.com/morpheusthewhite/spicetify-themes.git
synced 2024-11-22 19:02:45 +01:00
FIX: #275 podcast cover is shown on top of video
This commit is contained in:
parent
4ed9e09f5b
commit
f4ab4ecbaa
@ -1539,6 +1539,10 @@ button[data-button=add-recommendation] {
|
||||
|
||||
#video-player::before {
|
||||
z-index: +1;
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.video-full-screen-art #video-player::before {
|
||||
opacity: calc(0.5 + 0.2 * var(--is_light, 0));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user