Added padding to titles on mobile

This commit is contained in:
Samira
2026-04-29 19:14:55 +02:00
parent 5e8de743ae
commit 96f9485a1e
+6
View File
@@ -186,6 +186,12 @@ div:has(> div > .emby-scroller-container) {
background: rgba(0,0,0,0) !important;
}
/* Add padding to titles on mobile */
.layout-mobile .nameContainer > * {
padding-left: 1em !important;
padding-right: 1em !important;
}
/* Media title */
.nameContainer h1 {
/* Position on top of logo to keep link */