Fix expand on hover when compact mode is enabled

This commit is contained in:
brahim
2024-09-23 09:54:58 +02:00
parent 08cbf24b38
commit a5587120e0

View File

@@ -416,7 +416,7 @@
}
/* Mark: Expand on hover */
@media (-moz-bool-pref: 'zen.view.sidebar-expanded.on-hover') and (not (-moz-bool-pref: 'zen.view.compact')) {
@media (-moz-bool-pref: 'zen.view.sidebar-expanded.on-hover') and (not ((-moz-bool-pref: 'zen.view.compact') and (-moz-bool-pref: 'zen.view.compact.hide-tabbar'))) {
#zen-sidebar-splitter {
display: none !important;
}