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 +}