From a6963bb1b5b2d33792260927fd391edbc7d98787 Mon Sep 17 00:00:00 2001 From: loof2736 Date: Wed, 22 Oct 2025 17:32:26 -0400 Subject: [PATCH] Update home button selector to only re-enable button where it was previously visible --- CSS/disable-static-drawer.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CSS/disable-static-drawer.css b/CSS/disable-static-drawer.css index 6c47a2f..3b0c156 100644 --- a/CSS/disable-static-drawer.css +++ b/CSS/disable-static-drawer.css @@ -73,7 +73,7 @@ } /* Re-enable home button */ -.layout-desktop body:not(.hideMainDrawer) .headerHomeButton { +.layout-desktop body:not(.hideMainDrawer) .skinHeader:not(.noHomeButtonHeader) .headerHomeButton { display: block !important; } .layout-desktop body:not(.hideMainDrawer) .dashboardDocument .headerHomeButton {