Incorporated stars on media detail pages as well
This commit is contained in:
+7
-2
@@ -41,8 +41,8 @@
|
|||||||
background-image: url("https://static.zomerkoningin.nl/andromeda/images/nightsky.webp");
|
background-image: url("https://static.zomerkoningin.nl/andromeda/images/nightsky.webp");
|
||||||
background-size: 100%;
|
background-size: 100%;
|
||||||
}
|
}
|
||||||
.backgroundContainer:not(.withBackdrop) {
|
.backgroundContainer {
|
||||||
background-color: rgba(0, 0, 0, 0) !important;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Add fade-out to scrollable lists */
|
/* Add fade-out to scrollable lists */
|
||||||
@@ -87,6 +87,11 @@ div:has(> div > .emby-scroller-container) {
|
|||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Show stars in background */
|
||||||
|
.backdropContainer > .backdropImage {
|
||||||
|
opacity: 0.14 !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* Logo */
|
/* Logo */
|
||||||
.layout-desktop .libraryPage.itemDetailPage::before {
|
.layout-desktop .libraryPage.itemDetailPage::before {
|
||||||
height: calc(30vw - var(--logo-height));
|
height: calc(30vw - var(--logo-height));
|
||||||
|
|||||||
Reference in New Issue
Block a user