New: Allowed clear logos to be visible on older browsers

This commit is contained in:
lscambo13
2025-09-12 08:06:34 -07:00
parent ea12292a77
commit 1571e301e0

View File

@@ -1077,14 +1077,6 @@ html {
}
.detailLogo {
/* this hides the detail logo by default to make it only show up on modern browsers */
display: none;
}
@supports (aspect-ratio: 1 / 1) {
/* this shows the detail logo on modern browsers */
.detailLogo {
display: block;
top: calc(100vh - 10em - var(--primaryItemPageNegativeSpace));
left: 0;
@@ -1093,11 +1085,6 @@ html {
margin: auto 30%;
height: 25vh;
background-position: bottom;
}
.layout-tv .detailLogo {
display: block;
}
}
.layout-mobile .detailLogo {
@@ -1153,6 +1140,7 @@ html {
}
.layout-tv .detailLogo {
display: block;
height: 20vh;
top: 39vh;
left: 30vw;