fix: Fixed a bunch of small styling issues, b=(no-bug), c=common, compact-mode

This commit is contained in:
mr. m
2025-05-14 15:49:44 +02:00
parent 7ca3a9e377
commit c2d484a725
7 changed files with 30 additions and 21 deletions

View File

@@ -122,7 +122,7 @@ export var ZenCustomizableUI = new (class {
_hideToolbarButtons(window) {
const wrapper = window.document.getElementById('zen-sidebar-bottom-buttons');
const elementsToHide = ['alltabs-button', 'new-tab-button'];
const elementsToHide = ['new-tab-button'];
for (let id of elementsToHide) {
const elem = window.document.getElementById(id);
if (elem) {