From 1571e301e09b9dec08a9b44b438084f3af83decb Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Fri, 12 Sep 2025 08:06:34 -0700 Subject: [PATCH] New: Allowed clear logos to be visible on older browsers --- Theme/ElegantFin-theme-nightly.css | 30 +++++++++--------------------- 1 file changed, 9 insertions(+), 21 deletions(-) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index 430e09c..7caa24b 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -1077,27 +1077,14 @@ 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; - width: 40%; - transform: translateY(-100%); - margin: auto 30%; - height: 25vh; - background-position: bottom; - } - - .layout-tv .detailLogo { - display: block; - } + display: block; + top: calc(100vh - 10em - var(--primaryItemPageNegativeSpace)); + left: 0; + width: 40%; + transform: translateY(-100%); + margin: auto 30%; + height: 25vh; + background-position: bottom; } .layout-mobile .detailLogo { @@ -1153,6 +1140,7 @@ html { } .layout-tv .detailLogo { + display: block; height: 20vh; top: 39vh; left: 30vw;