feat: Increase the size of toolbar buttons, b=no-bug, c=common, workspaces

This commit is contained in:
Mr. M
2025-10-06 01:05:48 +02:00
parent 856d6f523a
commit d0fb8aea03
2 changed files with 2 additions and 2 deletions

View File

@@ -177,7 +177,7 @@ body > #confetti {
#zen-sidebar-foot-buttons & { #zen-sidebar-foot-buttons & {
--tab-border-radius: 6px; --tab-border-radius: 6px;
--toolbarbutton-border-radius: var(--tab-border-radius); --toolbarbutton-border-radius: var(--tab-border-radius);
--toolbarbutton-inner-padding: 6px; --toolbarbutton-inner-padding: 7px;
--toolbarbutton-outer-padding: 2px; --toolbarbutton-outer-padding: 2px;
} }

View File

@@ -3038,7 +3038,7 @@ var gZenWorkspaces = new (class extends nsZenMultiWindowFeature {
parent.removeAttribute('icons-overflow'); parent.removeAttribute('icons-overflow');
return; return;
} }
const maxButtonSize = 28; // IMPORTANT: This should match the CSS size of the icons const maxButtonSize = 30; // IMPORTANT: This should match the CSS size of the icons
const minButtonSize = 15; const minButtonSize = 15;
const separation = 3; // Space between icons const separation = 3; // Space between icons