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

@@ -1076,14 +1076,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 { .detailLogo {
display: block; display: block;
top: calc(100vh - 10em - var(--primaryItemPageNegativeSpace)); top: calc(100vh - 10em - var(--primaryItemPageNegativeSpace));
@@ -1095,11 +1087,6 @@ html {
background-position: bottom; background-position: bottom;
} }
.layout-tv .detailLogo {
display: block;
}
}
.layout-mobile .detailLogo { .layout-mobile .detailLogo {
display: block; display: block;
z-index: 1; z-index: 1;
@@ -1153,6 +1140,7 @@ html {
} }
.layout-tv .detailLogo { .layout-tv .detailLogo {
display: block;
height: 20vh; height: 20vh;
top: 39vh; top: 39vh;
left: 30vw; left: 30vw;