Matched media titles padding on mobile to homepage
Deploy to Unraid Share / copy-file (push) Successful in 10s
Deploy to Unraid Share / copy-file (push) Successful in 10s
This commit is contained in:
+2
-2
@@ -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 */
|
||||||
|
|||||||
Reference in New Issue
Block a user