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

Merge pull request #5924 from thornbill/sass-warnings

Fix sass rule order warning
This commit is contained in:
Bill Thornton 2024-08-18 03:06:25 -04:00 committed by GitHub
commit 3173a43afe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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