mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 06:43:32 +00:00
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:
parent
ed23aca689
commit
fd75a5765b
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user