Fixed navbar for RTL layouts
This commit is contained in:
parent
d38518e1e5
commit
87190cf31a
6 changed files with 33 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue