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
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;
}
}