Bug 1827027 - Allow urlbar to shrink more for popups. r=dao

I'm not convinced this is the right fix but we're fundamentally out of
space otherwise...

Differential Revision: https://phabricator.services.mozilla.com/D175037
This commit is contained in:
Emilio Cobos Álvarez 2023-04-12 18:49:42 +00:00
Родитель 7f5669834b
Коммит f5321c9d58
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -272,6 +272,10 @@
flex: 400 0 auto;
}
:root[chromehidden~="toolbar"] :is(#urlbar-container, #wrapper-urlbar-container) {
flex-shrink: 1;
}
#urlbar-search-splitter {
/* The splitter width should equal the location and search bars' combined
neighboring margin and border width. */