SidebarMenu: fix RTL
This commit is contained in:
parent
dfe5079058
commit
59cf263960
1 changed files with 1 additions and 2 deletions
|
@ -2,8 +2,7 @@
|
|||
@apply flex inset-0 fixed flex-col w-80 bg-white dark:bg-primary-900 transition-all ease-linear -translate-x-80 rtl:translate-x-80 z-1000;
|
||||
|
||||
@media (max-width: 400px) {
|
||||
width: 90vw;
|
||||
transform: translateX(-90vw);
|
||||
@apply w-[90vw] -translate-x-[90vw] rtl:translate-x-[90vw];
|
||||
}
|
||||
|
||||
hr {
|
||||
|
|
Loading…
Reference in a new issue