Skip to content

Commit

Permalink
Update JellyTheme.css
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiniGandhi authored Aug 1, 2022
1 parent 88450cd commit aecf09c
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions latest/JellyTheme.css
Original file line number Diff line number Diff line change
Expand Up @@ -2421,11 +2421,14 @@ display:none!important;
}

:not(.layout-mobile) body:not(.idle):not(.hide-scroll) .videoPlayerContainer {
max-height: 80vh;
max-width: 75vw;
left: 28vw;
margin-left: -75vw !important;
margin-right: -18vw;
max-height: 81vh;
max-width: 78vw;
left: 25vw;
position: sticky !important;
margin-left: -48vw;
height: 81vh;
margin-top: 10vh;
}

:not(.layout-mobile) body:not(.idle) .htmlvideoplayer {
Expand Down

0 comments on commit aecf09c

Please sign in to comment.