Fixed milky way positioning being dependent on viewport height
Deploy to Unraid Share / copy-file (push) Successful in 11s
Deploy to Unraid Share / copy-file (push) Successful in 11s
This commit is contained in:
+3
-1
@@ -17,14 +17,16 @@
|
||||
/* ============================== */
|
||||
/* Add Milky Way graphic to header */
|
||||
.skinHeader {
|
||||
margin-top: -22.02vw;
|
||||
height: 100%;
|
||||
padding-top: 22.02vw;
|
||||
backdrop-filter: none !important;
|
||||
background-color: rgba(0, 0, 0, 0) !important;
|
||||
background-image: url("https://static.zomerkoningin.nl/andromeda/images/milkyway_header.webp");
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100%;
|
||||
background-position-x: center;
|
||||
background-position-y: 355%;
|
||||
background-position-y: top;
|
||||
pointer-events: none;
|
||||
}
|
||||
.skinHeader > .headerTop {
|
||||
|
||||
Reference in New Issue
Block a user