From aecf09cc6a904f377b6f0347d29e990a74ae391f Mon Sep 17 00:00:00 2001 From: ShiniGandhi <55044876+ShiniGandhi@users.noreply.github.com> Date: Mon, 1 Aug 2022 14:55:04 +0300 Subject: [PATCH] Update JellyTheme.css --- latest/JellyTheme.css | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/latest/JellyTheme.css b/latest/JellyTheme.css index ec57929..7384c02 100644 --- a/latest/JellyTheme.css +++ b/latest/JellyTheme.css @@ -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 {