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

@ -25,3 +25,8 @@
.layout-desktop .dashboardDocument .mainDrawer {
top: 0px !important;
}
/* Re-center header buttons */
.headerTabs {
margin-left: 250px !important;
}