Fix for video player and login page

This commit is contained in:
loof2736 2022-11-11 00:49:13 -05:00
parent 6e8a85e01a
commit a4be3774ba

View File

@ -29,4 +29,9 @@
/* Re-center header buttons */
.headerTabs {
margin-left: 250px !important;
}
/* Fix for video player and login page */
.layout-desktop .hide-scroll .mainDrawer,
.hideMainDrawer .mainDrawer {
left: -320px !important;
}