Upload für erste instanz
This commit is contained in:
28
inst01/backdrop-hack_style.css
Normal file
28
inst01/backdrop-hack_style.css
Normal 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%);
|
||||
}
|
||||
Reference in New Issue
Block a user