Fixed milky way positioning being dependent on viewport height
Deploy to Unraid Share / copy-file (push) Successful in 11s

This commit is contained in:
Samira
2026-04-27 16:56:01 +02:00
parent 705dbce4c2
commit 171f16c847
+3 -1
View File
@@ -17,14 +17,16 @@
/* ============================== */ /* ============================== */
/* Add Milky Way graphic to header */ /* Add Milky Way graphic to header */
.skinHeader { .skinHeader {
margin-top: -22.02vw;
height: 100%; height: 100%;
padding-top: 22.02vw;
backdrop-filter: none !important; backdrop-filter: none !important;
background-color: rgba(0, 0, 0, 0) !important; background-color: rgba(0, 0, 0, 0) !important;
background-image: url("https://static.zomerkoningin.nl/andromeda/images/milkyway_header.webp"); background-image: url("https://static.zomerkoningin.nl/andromeda/images/milkyway_header.webp");
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 100%; background-size: 100%;
background-position-x: center; background-position-x: center;
background-position-y: 355%; background-position-y: top;
pointer-events: none; pointer-events: none;
} }
.skinHeader > .headerTop { .skinHeader > .headerTop {