1
0
Fork 1
mirror of https://github.com/zen-browser/desktop.git synced 2025-07-07 23:00:01 +02:00

style: hide all tabs button in customization mode for cleaner UI

This commit is contained in:
mr. M 2024-12-11 01:06:18 +01:00
parent 7371d42e97
commit 13ccd086b4
No known key found for this signature in database
GPG key ID: CBD57A2AEDBDA1FB

View file

@ -52,3 +52,7 @@
#customization-footer #customization-toolbar-visibility-button {
display: none !important;
}
#alltabs-button {
display: none !important;
}