From 86e1705a3148f8dd5ccb4fdc44aa76bd7722482a Mon Sep 17 00:00:00 2001 From: loof2736 Date: Thu, 10 Nov 2022 05:55:44 -0500 Subject: [PATCH] Fix for re-centering header buttons --- 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 30308b2..67049fc 100644 --- a/CSS/static-left-drawer.css +++ b/CSS/static-left-drawer.css @@ -24,4 +24,9 @@ /* Fix for dashboard height */ .layout-desktop .dashboardDocument .mainDrawer { top: 0px !important; +} + +/* Re-center header buttons */ +.headerTabs { + margin-left: 250px !important; } \ No newline at end of file