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