1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Fix sass rule order warning

This commit is contained in:
Bill Thornton 2024-08-18 00:27:57 -04:00
parent 6e0ad2ed1b
commit 407c880b02

View file

@ -13,12 +13,11 @@
will-change: transform; will-change: transform;
display: flex; display: flex;
transition: transform ease-out 40ms, left ease-out 260ms; transition: transform ease-out 40ms, left ease-out 260ms;
z-index: 1099;
[div="rtl"] & { [div="rtl"] & {
transition: transform ease-out 40ms, right ease-out 260ms; transition: transform ease-out 40ms, right ease-out 260ms;
} }
z-index: 1099;
} }
.touch-menu-la.transition { .touch-menu-la.transition {