diff --git a/.config/browser/chrome/zen-userChrome.css b/.config/browser/chrome/zen-userChrome.css index d13059da..12eed56a 100644 --- a/.config/browser/chrome/zen-userChrome.css +++ b/.config/browser/chrome/zen-userChrome.css @@ -54,8 +54,12 @@ } } -/* Hide some buttons */ +/* Hide some things */ #back-button, #forward-button { display: none !important; } + +#zen-current-workspace-indicator { + display: none !important; +}