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:
+3
-3
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user