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:
parent
c0b4d72589
commit
bac7d6467e
3 changed files with 22 additions and 2 deletions
|
@ -10,6 +10,11 @@
|
|||
top: 0;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
|
||||
[dir="rtl"] & {
|
||||
left: unset;
|
||||
right: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.indicator {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue