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

Fixed Cards for RTL

This commit is contained in:
Hadi Charara 2022-07-02 17:49:00 -04:00
parent c0b4d72589
commit bac7d6467e
3 changed files with 22 additions and 2 deletions

View file

@ -10,6 +10,11 @@
top: 0;
left: 0;
bottom: 0;
[dir="rtl"] & {
left: unset;
right: 0;
}
}
.indicator {