SidebarMenu: fix RTL

This commit is contained in:
Alex Gleason 2022-12-23 15:55:17 -06:00
parent dfe5079058
commit 59cf263960
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -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 {