mirror of
https://github.com/zen-browser/desktop.git
synced 2026-07-21 08:01:06 +00:00
Fixed workspace indicator showing if workspaces are disabled
This commit is contained in:
@@ -437,7 +437,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
@media not (-moz-bool-pref: 'zen.workspaces.show-workspace-indicator') {
|
||||
@media not (-moz-bool-pref: 'zen.workspaces.show-workspace-indicator') or (not (-moz-bool-pref: 'zen.workspaces.enabled')) {
|
||||
#zen-current-workspace-indicator {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user