Matched media titles padding on mobile to homepage
Deploy to Unraid Share / copy-file (push) Successful in 10s

This commit is contained in:
Samira
2026-04-29 19:23:31 +02:00
parent 295d42f322
commit 15d3e3ba52
+3 -3
View File
@@ -188,8 +188,8 @@ div:has(> div > .emby-scroller-container) {
/* Add padding to titles on mobile */ /* Add padding to titles on mobile */
.layout-mobile .nameContainer > * { .layout-mobile .nameContainer > * {
padding-left: 1em !important; padding-left: max(env(safe-area-inset-left),3.3%) !important;
padding-right: 1em !important; padding-right: max(env(safe-area-inset-left),3.3%) !important;
} }
/* Media title */ /* Media title */
@@ -225,7 +225,7 @@ div:has(> div > .emby-scroller-container) {
place-items: center; place-items: center;
gap: 1em; gap: 1em;
font-size: larger; font-size: larger;
/* Hide characters left by moving around season title */ /* Hide characters left by moving around season title */
text-indent: -1ch; text-indent: -1ch;
overflow: hidden; overflow: hidden;