Applied starry background to media detail pages on mobile as well

This commit is contained in:
Samira
2026-04-28 17:22:50 +02:00
parent 00b72fe044
commit ea6562946a
+5 -4
View File
@@ -116,16 +116,17 @@ div:has(> div > .emby-scroller-container) {
width: 100%;
height: 100%;
}
.layout-mobile .backgroundContainer {
background-color: rgba(0, 0, 0, 0.86);
}
/* Remove shadow in favour of starry background */
.detailPagePrimaryContainer {
background-color: transparent !important;
}
/* Show stars in background */
.backdropContainer > .backdropImage {
.layout-desktop .backdropContainer > .backdropImage {
opacity: 0.14 !important;
}
.layout-mobile .itemBackdrop {
opacity: 0.14 !important;
}