Applied starry background to media detail pages on mobile as well
This commit is contained in:
+5
-4
@@ -116,16 +116,17 @@ div:has(> div > .emby-scroller-container) {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
.layout-mobile .backgroundContainer {
|
|
||||||
background-color: rgba(0, 0, 0, 0.86);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
/* Remove shadow in favour of starry background */
|
||||||
.detailPagePrimaryContainer {
|
.detailPagePrimaryContainer {
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Show stars in background */
|
/* Show stars in background */
|
||||||
.backdropContainer > .backdropImage {
|
.layout-desktop .backdropContainer > .backdropImage {
|
||||||
|
opacity: 0.14 !important;
|
||||||
|
}
|
||||||
|
.layout-mobile .itemBackdrop {
|
||||||
opacity: 0.14 !important;
|
opacity: 0.14 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user