From 4983c0a8776238eab6453ad969aaec503ecedc74 Mon Sep 17 00:00:00 2001 From: "mr. m" <91018726+mr-cheffy@users.noreply.github.com> Date: Sat, 9 May 2026 17:53:52 +0200 Subject: [PATCH] no-bug: Lint project (gh-13632) --- src/zen/common/styles/zen-overflowing-addons.css | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/zen/common/styles/zen-overflowing-addons.css b/src/zen/common/styles/zen-overflowing-addons.css index a9ef2a798..5725ed868 100644 --- a/src/zen/common/styles/zen-overflowing-addons.css +++ b/src/zen/common/styles/zen-overflowing-addons.css @@ -6,7 +6,7 @@ #zen-overflow-extensions-list { display: none; - + :root[zen-single-toolbar="true"] &:not(:empty) { --uei-icon-size: 14px; display: grid; @@ -25,7 +25,6 @@ margin: 0; width: 100%; height: 100%; - padding: 8px 0; justify-content: center; align-items: center; } @@ -33,11 +32,11 @@ & .unified-extensions-item-action-button { appearance: none; background-color: var(--zen-toolbar-element-bg); - height: 30px; + height: 26px; margin: 0; justify-content: center; align-items: center; - border-radius: var(--border-radius-medium); + border-radius: calc(var(--border-radius-medium) - 2px); overflow: clip; padding: 0; @@ -52,4 +51,4 @@ display: none; } } -} \ No newline at end of file +}