This commit is contained in:
+10
-1
@@ -15,7 +15,7 @@
|
||||
/* ============================== */
|
||||
/* Global
|
||||
/* ============================== */
|
||||
/* Make header translucent */
|
||||
/* Add Milky Way graphic to header */
|
||||
.skinHeader {
|
||||
margin-bottom: -3%;
|
||||
padding-bottom: 3%;
|
||||
@@ -26,6 +26,15 @@
|
||||
background-position: center bottom;
|
||||
}
|
||||
|
||||
/* Add starry background */
|
||||
.backdropContainer {
|
||||
background-image: url("https://static.zomerkoningin.nl/andromeda/images/nightsky.webp");
|
||||
background-size: 100%;
|
||||
}
|
||||
.backgroundContainer {
|
||||
background-color: rgba(0, 0, 0, 0) !important;
|
||||
}
|
||||
|
||||
/* Add fade-out to scrollable lists */
|
||||
div:has(> div > .emby-scroller-container) {
|
||||
mask: linear-gradient(90deg, transparent 0, black 12.5%), linear-gradient(270deg, transparent 0, black 12.5%);
|
||||
|
||||
Reference in New Issue
Block a user