-
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 11 replies
-
I just noticed that the indicator also (re)appeared here after the latest update... The option got removed by a7d0719 a few days ago. I have no idea why. I don't use workspaces, so I just added the option back in my /*
* Workaround for 'zen.workspaces.show-workspace-indicator' being suddenly removed:
* https://github.com/zen-browser/desktop/commit/a7d0719877d34a3cdc4b82ce013b7e7bdbaa4cf6
* Add 'zen.workspaces.show-workspace-indicator=false' to about:config if not defined.
*/
@media not -moz-pref('zen.workspaces.show-workspace-indicator') {
#zen-current-workspace-indicator-container {
display: none !important;
}
} |
Beta Was this translation helpful? Give feedback.
-
I got /*
* Workaround for 'zen.workspaces.show-workspace-indicator' being suddenly removed:
* https://github.com/zen-browser/desktop/commit/a7d0719877d34a3cdc4b82ce013b7e7bdbaa4cf6
* Add 'zen.workspaces.show-workspace-indicator=false' to about:config if not defined.
*/
@media not -moz-pref('zen.workspaces.show-workspace-indicator') {
.zen-current-workspace-indicator {
display: none !important;
}
#zen-current-workspace-indicator-container {
display: none !important;
}
} and it doesn't work in |
Beta Was this translation helpful? Give feedback.
-
older answer doesnt work, use this in .zen-current-workspace-indicator {
display: none !important;
} thanks to @s3bba if necessary set |
Beta Was this translation helpful? Give feedback.
older answer doesnt work, use this in
userChrome.css
:(make
chrome
folder in your profile and create the file if necessary)thanks to @s3bba
if necessary set
toolkit.legacyUserProfileCustomizations.stylesheets
totrue
inabout:config
if it doesnt work