dev: saved unused code for later reference
This commit is contained in:
parent
59d202b9c6
commit
0f786f04c8
1 changed files with 17 additions and 8 deletions
|
|
@ -642,6 +642,7 @@ html {
|
||||||
.layout-desktop .detailRibbon {
|
.layout-desktop .detailRibbon {
|
||||||
height: auto !important;
|
height: auto !important;
|
||||||
margin-top: unset !important;
|
margin-top: unset !important;
|
||||||
|
/* padding-left: max(env(safe-area-inset-right), 3.3%) !important; */
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes animMoveDown {
|
@keyframes animMoveDown {
|
||||||
|
|
@ -673,6 +674,19 @@ html {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* .detailLogo {
|
||||||
|
display: block;
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
left: 0;
|
||||||
|
top: 60vh;
|
||||||
|
width: 60vw;
|
||||||
|
margin-inline: 20vw;
|
||||||
|
max-height: 25vh;
|
||||||
|
background-position: bottom;
|
||||||
|
animation: animMoveUp 1s ease-out forwards;
|
||||||
|
} */
|
||||||
|
|
||||||
.layout-mobile .detailLogo {
|
.layout-mobile .detailLogo {
|
||||||
display: block;
|
display: block;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
|
@ -695,15 +709,8 @@ html {
|
||||||
height: 45vh;
|
height: 45vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* .layout-mobile .itemBackdrop:before {
|
|
||||||
content: "";
|
|
||||||
position: absolute;
|
|
||||||
inset: 0;
|
|
||||||
background: inherit;
|
|
||||||
z-index: -1;
|
|
||||||
} */
|
|
||||||
|
|
||||||
.layout-desktop .itemBackdrop {
|
.layout-desktop .itemBackdrop {
|
||||||
|
/* height: 66vh; */
|
||||||
height: 13em;
|
height: 13em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -716,10 +723,12 @@ html {
|
||||||
top: unset !important;
|
top: unset !important;
|
||||||
width: 23vw !important;
|
width: 23vw !important;
|
||||||
/* position: unset !important; */
|
/* position: unset !important; */
|
||||||
|
/* display: none; */
|
||||||
}
|
}
|
||||||
|
|
||||||
.layout-tv .detailImageContainer .card {
|
.layout-tv .detailImageContainer .card {
|
||||||
width: 23vw !important;
|
width: 23vw !important;
|
||||||
|
/* display: none; */
|
||||||
}
|
}
|
||||||
|
|
||||||
.layout-mobile .detailImageContainer .card {
|
.layout-mobile .detailImageContainer .card {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue