Fix for re-centering header buttons

This commit is contained in:
loof2736 2022-11-10 05:55:44 -05:00
parent cb929bdc92
commit 86e1705a31

View File

@ -24,4 +24,9 @@
/* Fix for dashboard height */
.layout-desktop .dashboardDocument .mainDrawer {
top: 0px !important;
}
/* Re-center header buttons */
.headerTabs {
margin-left: 250px !important;
}