Skip to content

Commit

Permalink
Fix backdrop being shown over video backdrops
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiniGandhi committed Feb 18, 2023
1 parent 11c825e commit ada07a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions latest/JellyTheme.css
Original file line number Diff line number Diff line change
Expand Up @@ -2162,7 +2162,7 @@ background:#00000054!important;
transition:.2s
}

.backdropContainer {
.backdropContainer:not(.hide) {
display:block !important;
}

Expand Down Expand Up @@ -2439,8 +2439,8 @@ display:none!important;
}

:not(.layout-mobile) body:not(.idle):not(.hide-scroll) .videoPlayerContainer {
margin-left: -75vw !important;
margin-right: -18vw;
margin-left: -83vw !important;
margin-right: -14vw;
max-height: 81vh;
max-width: 78vw;
left: 25vw;
Expand Down

0 comments on commit ada07a7

Please sign in to comment.