1
0
Fork 0
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:
Bill Thornton 2024-05-01 02:23:16 -04:00 committed by GitHub
commit cb2a2621fd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 19 additions and 9 deletions

View file

@ -26,3 +26,13 @@
margin-left: 1.2em;
}
}
.no-padding {
[dir="ltr"] & {
padding-left: 0;
}
[dir="rtl"] & {
padding-right: 0;
}
}