feat: Hide the extensions messages if they are empty, b=no-bug, c=common

This commit is contained in:
mr. m
2025-10-22 09:57:33 +02:00
parent 3774a856cf
commit d06a83b623

View File

@@ -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;