This commit is contained in:
deads
2026-06-14 21:18:09 +02:00
parent 1073ef5389
commit 73b1867249
21 changed files with 1547 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
.layout-mobile .detailPageWrapperContainer {
margin-top: 0em;
z-index: 0;
}
.layout-mobile .detailPagePrimaryContainer {
z-index: -1;
}
.layout-mobile .primaryImageWrapper {
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
}
.layout-mobile .mainDetailButtons {
background: rgba(0, 0, 0, 0.2);
z-index: 1;
margin-left: -.5em;
margin-right: -.5em;
}
.layout-mobile .infoText {
z-index: 1;
}
.layout-mobile .primaryImageWrapper > img {
min-width: 100vw;
min-height: 100vh;
position: fixed;
left: 0;
top: 0;
filter: blur(20px) saturate(190%) contrast(140%) brightness(25%);
}