Upload für erste instanz

This commit is contained in:
DedBash
2025-07-22 10:02:56 +02:00
commit 8c9f84a1d2
17 changed files with 1514 additions and 0 deletions

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%);
}