mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Small visual fix in homescreen
This commit is contained in:
parent
6a0a03d563
commit
b2a025f4d1
1 changed files with 5 additions and 0 deletions
|
@ -11,6 +11,11 @@
|
||||||
.itemsContainer > .card > .cardBox {
|
.itemsContainer > .card > .cardBox {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
margin-right: 1.2em;
|
margin-right: 1.2em;
|
||||||
|
|
||||||
|
[dir="rtl"] & {
|
||||||
|
margin-right: 0;
|
||||||
|
margin-left: 1.2em;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.servers > .card > .cardBox {
|
.servers > .card > .cardBox {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue