FIX: #275 podcast cover is shown on top of video

This commit is contained in:
Julien Maille 2021-02-19 23:08:50 +01:00
parent 4ed9e09f5b
commit f4ab4ecbaa

View File

@ -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));
}