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-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));
|
||||
|
||||
Reference in New Issue
Block a user