mirror of
https://github.com/loof2736/scyfin.git
synced 2025-11-02 15:48:52 +01:00
Update home button selector to only re-enable button where it was previously visible
This commit is contained in:
parent
d43d697a15
commit
a6963bb1b5
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user