Fixed wonky media detail page
Deploy to Unraid Share / copy-file (push) Successful in 10s

This commit is contained in:
Samira
2026-04-26 04:01:45 +02:00
parent 0780f366b6
commit 705dbce4c2
+14 -6
View File
@@ -17,13 +17,21 @@
/* ============================== */ /* ============================== */
/* Add Milky Way graphic to header */ /* Add Milky Way graphic to header */
.skinHeader { .skinHeader {
margin-bottom: -3%; height: 100%;
padding-bottom: 3%;
backdrop-filter: none !important; backdrop-filter: none !important;
background-color: rgba(0, 0, 0, 0); background-color: rgba(0, 0, 0, 0) !important;
background-image: url("https://static.zomerkoningin.nl/andromeda/images/milkyway_header_lq.webp"); background-image: url("https://static.zomerkoningin.nl/andromeda/images/milkyway_header.webp");
background-repeat: no-repeat;
background-size: 100%; background-size: 100%;
background-position: center bottom; background-position-x: center;
background-position-y: 355%;
pointer-events: none;
}
.skinHeader > .headerTop {
flex-grow: 0 !important;
}
.skinHeader > * {
pointer-events: auto;
} }
/* Add starry background */ /* Add starry background */
@@ -31,7 +39,7 @@
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 { .backgroundContainer:not(.withBackdrop) {
background-color: rgba(0, 0, 0, 0) !important; background-color: rgba(0, 0, 0, 0) !important;
} }