From d06a83b623f5ac8fa81be4eccc7c2234431a45f7 Mon Sep 17 00:00:00 2001 From: "mr. m" Date: Wed, 22 Oct 2025 09:57:33 +0200 Subject: [PATCH] feat: Hide the extensions messages if they are empty, b=no-bug, c=common --- src/zen/common/styles/zen-single-components.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/zen/common/styles/zen-single-components.css b/src/zen/common/styles/zen-single-components.css index 845e3f78c..630bbd2d0 100644 --- a/src/zen/common/styles/zen-single-components.css +++ b/src/zen/common/styles/zen-single-components.css @@ -570,6 +570,10 @@ body > #confetti { margin: 6px 0; } +#unified-extensions-messages-container:empty { + display: none; +} + /* Overflow panel */ #widget-overflow-mainView { --menu-panel-width-wide: 200px;