Added padding to titles on mobile
This commit is contained in:
@@ -186,6 +186,12 @@ div:has(> div > .emby-scroller-container) {
|
|||||||
background: rgba(0,0,0,0) !important;
|
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 */
|
/* Media title */
|
||||||
.nameContainer h1 {
|
.nameContainer h1 {
|
||||||
/* Position on top of logo to keep link */
|
/* Position on top of logo to keep link */
|
||||||
|
|||||||
Reference in New Issue
Block a user