From a4be3774ba5d1b3bfb2633db3d177f7cc5bb1206 Mon Sep 17 00:00:00 2001 From: loof2736 Date: Fri, 11 Nov 2022 00:49:13 -0500 Subject: [PATCH] Fix for video player and login page --- CSS/static-left-drawer.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CSS/static-left-drawer.css b/CSS/static-left-drawer.css index 67049fc..502fe36 100644 --- a/CSS/static-left-drawer.css +++ b/CSS/static-left-drawer.css @@ -29,4 +29,9 @@ /* Re-center header buttons */ .headerTabs { margin-left: 250px !important; +} +/* Fix for video player and login page */ +.layout-desktop .hide-scroll .mainDrawer, +.hideMainDrawer .mainDrawer { + left: -320px !important; } \ No newline at end of file