Fixed navbar for RTL layouts

This commit is contained in:
Hadi Charara 2022-07-03 11:58:08 -04:00
parent d38518e1e5
commit 87190cf31a
6 changed files with 33 additions and 3 deletions

View file

@ -13,3 +13,15 @@
transform: scale(-1, 1);
}
}
@media all and (min-width: 40em) {
.dashboardDocument .mainDrawer {
left: unset !important;
right: 0 !important;
}
.dashboardDocument .skinBody {
left: 0 !important;
right: 20em !important;
}
}