diff --git a/src/zen/common/styles/zen-single-components.css b/src/zen/common/styles/zen-single-components.css index 9e893f546..02169605c 100644 --- a/src/zen/common/styles/zen-single-components.css +++ b/src/zen/common/styles/zen-single-components.css @@ -177,7 +177,7 @@ body > #confetti { #zen-sidebar-foot-buttons & { --tab-border-radius: 6px; --toolbarbutton-border-radius: var(--tab-border-radius); - --toolbarbutton-inner-padding: 6px; + --toolbarbutton-inner-padding: 7px; --toolbarbutton-outer-padding: 2px; } diff --git a/src/zen/workspaces/ZenWorkspaces.mjs b/src/zen/workspaces/ZenWorkspaces.mjs index 96a28a1c6..e2a0c31c4 100644 --- a/src/zen/workspaces/ZenWorkspaces.mjs +++ b/src/zen/workspaces/ZenWorkspaces.mjs @@ -3038,7 +3038,7 @@ var gZenWorkspaces = new (class extends nsZenMultiWindowFeature { parent.removeAttribute('icons-overflow'); 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 separation = 3; // Space between icons