mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #5380 from ConnorS1110/fix-text-alignment
Fix cards in emby-scroller being off-center from section titles
This commit is contained in:
commit
cb2a2621fd
2 changed files with 19 additions and 9 deletions
|
@ -26,3 +26,13 @@
|
|||
margin-left: 1.2em;
|
||||
}
|
||||
}
|
||||
|
||||
.no-padding {
|
||||
[dir="ltr"] & {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
[dir="rtl"] & {
|
||||
padding-right: 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue