Incorporated stars on media detail pages as well

This commit is contained in:
Samira
2026-04-27 17:43:42 +02:00
parent 171f16c847
commit acf71045ff
+7 -2
View File
@@ -41,8 +41,8 @@
background-image: url("https://static.zomerkoningin.nl/andromeda/images/nightsky.webp");
background-size: 100%;
}
.backgroundContainer:not(.withBackdrop) {
background-color: rgba(0, 0, 0, 0) !important;
.backgroundContainer {
display: none;
}
/* Add fade-out to scrollable lists */
@@ -87,6 +87,11 @@ div:has(> div > .emby-scroller-container) {
background-color: transparent !important;
}
/* Show stars in background */
.backdropContainer > .backdropImage {
opacity: 0.14 !important;
}
/* Logo */
.layout-desktop .libraryPage.itemDetailPage::before {
height: calc(30vw - var(--logo-height));