mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: Reduced the height of clear logo
dev: removed redundant code
This commit is contained in:
@@ -960,19 +960,14 @@ html {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.detailLogo {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
@supports (aspect-ratio: 1 / 1) {
|
@supports (aspect-ratio: 1 / 1) {
|
||||||
.detailLogo {
|
.detailLogo {
|
||||||
display: block;
|
|
||||||
top: calc(100vh - 10em - var(--primaryItemPageNegativeSpace));
|
top: calc(100vh - 10em - var(--primaryItemPageNegativeSpace));
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 40%;
|
width: 40%;
|
||||||
transform: translateY(-100%);
|
transform: translateY(-100%);
|
||||||
margin: auto 30%;
|
margin: auto 30%;
|
||||||
height: 30vh;
|
height: 25vh;
|
||||||
background-position: bottom;
|
background-position: bottom;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -985,7 +980,7 @@ html {
|
|||||||
top: 45vh;
|
top: 45vh;
|
||||||
margin: auto 0%;
|
margin: auto 0%;
|
||||||
width: calc(100vw - 2em);
|
width: calc(100vw - 2em);
|
||||||
max-height: 20vh;
|
max-height: 17vh;
|
||||||
animation: animMoveUp 1s ease-out forwards;
|
animation: animMoveUp 1s ease-out forwards;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1013,7 +1008,7 @@ html {
|
|||||||
|
|
||||||
.layout-tv .detailLogo {
|
.layout-tv .detailLogo {
|
||||||
display: block;
|
display: block;
|
||||||
height: 25vh;
|
height: 20vh;
|
||||||
top: 40vh;
|
top: 40vh;
|
||||||
left: 30vw;
|
left: 30vw;
|
||||||
width: 60vw;
|
width: 60vw;
|
||||||
|
Reference in New Issue
Block a user