Bug 1929853 - Fix shrinking of urlbar on popup windows. r=dao,urlbar-reviewers,desktop-theme-reviewers,kcochrane

Differential Revision: https://phabricator.services.mozilla.com/D228311
This commit is contained in:
Emilio Cobos Álvarez 2024-11-08 10:05:06 +00:00
parent ed23aca689
commit fd75a5765b

View File

@ -259,6 +259,7 @@
/* Match urlbar-background's border. */
border: 1px solid transparent;
padding: var(--urlbar-container-padding);
min-width: 0;
}
#urlbar-container[breakout] {
@ -450,8 +451,10 @@
}
}
/* Allow shrinking the urlbar on popup windows */
:root[chromehidden~="toolbar"] :is(#urlbar-container, #wrapper-urlbar-container) {
flex-shrink: 1;
min-width: 0;
}
#urlbar-search-splitter {