зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
7f5669834b
Коммит
f5321c9d58
|
@ -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. */
|
||||
|
|
Загрузка…
Ссылка в новой задаче