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:
commit
3173a43afe
1 changed files with 1 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue