mirror of
https://github.com/zen-browser/desktop.git
synced 2026-01-24 21:56:10 +00:00
feat: Hide the extensions messages if they are empty, b=no-bug, c=common
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user