From aa06744c4b7725d41cfff6f7cf58f0553868dfbd Mon Sep 17 00:00:00 2001 From: Ivaon <155267770+Ivaon@users.noreply.github.com> Date: Thu, 30 Oct 2025 11:48:57 +0100 Subject: [PATCH] fix: notification popup icons are not centered in multiple toolbars layout, p=#11075 --- src/zen/common/styles/zen-omnibox.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/zen/common/styles/zen-omnibox.css b/src/zen/common/styles/zen-omnibox.css index 98b157154..7d07cc6dc 100644 --- a/src/zen/common/styles/zen-omnibox.css +++ b/src/zen/common/styles/zen-omnibox.css @@ -346,6 +346,7 @@ #notification-popup-box { margin: 0 4px 0 0 !important; justify-content: center; + height: unset !important; gap: 8px; background: transparent;