🎨 ux(browser): hide current workspace indicator from zen-browser

This commit is contained in:
Sergio Laín 2024-11-12 14:13:16 +01:00
parent c834ff4d70
commit 5390514c13
No known key found for this signature in database
GPG key ID: 51BB28D8B42FB438

View file

@ -54,8 +54,12 @@
} }
} }
/* Hide some buttons */ /* Hide some things */
#back-button, #back-button,
#forward-button { #forward-button {
display: none !important; display: none !important;
} }
#zen-current-workspace-indicator {
display: none !important;
}