From cb929bdc92cc6c6c9203793e7fd8ab0fdd2beed3 Mon Sep 17 00:00:00 2001 From: loof2736 Date: Thu, 10 Nov 2022 05:51:54 -0500 Subject: [PATCH] Added labels --- CSS/static-left-drawer.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CSS/static-left-drawer.css b/CSS/static-left-drawer.css index 88b1263..30308b2 100644 --- a/CSS/static-left-drawer.css +++ b/CSS/static-left-drawer.css @@ -1,5 +1,4 @@ /* Static left drawer */ - .layout-desktop .mainDrawer { transform: none !important; left: 0 !important; @@ -7,18 +6,22 @@ width: 250px !important; } +/* Shift content to the right */ .layout-desktop .libraryPage { margin-left: 225px !important; } +/* Hide transition on page load */ .layout-desktop .touch-menu-la.transition { transition: none !important; } +/* Hide hamburger button */ .layout-desktop .mainDrawerButton { display: none !important; } +/* Fix for dashboard height */ .layout-desktop .dashboardDocument .mainDrawer { top: 0px !important; } \ No newline at end of file