Bug 1404248 - Remove excess space between the address bar and the menu button in popups. r=nhnt11

MozReview-Commit-ID: 8lY9wNO2kKH

--HG--
extra : rebase_source : b250d2c5fb6cc69464fb4242448214662f234dd7
This commit is contained in:
Dão Gottwald 2017-09-29 10:52:03 +02:00
Родитель 450bb9353f
Коммит 9e8de8eb15
1 изменённых файлов: 5 добавлений и 0 удалений

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

@ -48,6 +48,11 @@
min-height: 32px;
}
:root[chromehidden~="toolbar"] #urlbar {
/* Remove excess space between the address bar and the menu button in popups. */
margin-inline-end: 0;
}
#urlbar-container {
-moz-box-align: center;
}