From 1f4db6b3d88e830ec98b583f52e62930edd9a1d9 Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Fri, 16 May 2025 09:52:39 -0700 Subject: [PATCH] New: Home button is shown in the main media page --- Theme/ElegantFin-theme-nightly.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index a0c1319..15f61fc 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -450,11 +450,16 @@ html { background-color: transparent; } -/* hides home button from the appbar/header on all layouts */ -.headerHomeButton { +/* this hides the header home button everywhere except the main media page */ +.skinHeader-withBackground:not(.semiTransparent) .headerHomeButton { display: none; } +/* workaround to show the header home button on the main media page on phones*/ +.layout-mobile:has(#itemDetailPage:not(.hide)) .headerHomeButton { + display: block; +} + /* hides sync button on home screen on phones only in portrait mode */ @media (orientation: portrait) { .layout-mobile .skinHeader.noHomeButtonHeader .headerSyncButton {