Update home button selector to only re-enable button where it was previously visible

This commit is contained in:
loof2736 2025-10-22 17:32:26 -04:00
parent d43d697a15
commit a6963bb1b5

View File

@ -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 {