Bug 1404248 - Remove excess space between the address bar and the menu button in popups. r?nhnt11 draft
authorDão Gottwald <dao@mozilla.com>
Fri, 29 Sep 2017 10:52:03 +0200
changeset 672467 5ac817bc584f2eb8d23e55aeba9987cef93f86b1
parent 672296 e6c32278f32cd5f7d159627b2157396b62d0c4a9
child 733811 926a8c7756210ec753706c174e5ba9a4d2ff10b2
push id82256
push userdgottwald@mozilla.com
push dateFri, 29 Sep 2017 08:52:31 +0000
reviewersnhnt11
bugs1404248
milestone58.0a1
Bug 1404248 - Remove excess space between the address bar and the menu button in popups. r?nhnt11 MozReview-Commit-ID: 8lY9wNO2kKH
browser/themes/shared/urlbar-searchbar.inc.css
--- a/browser/themes/shared/urlbar-searchbar.inc.css
+++ b/browser/themes/shared/urlbar-searchbar.inc.css
@@ -43,16 +43,21 @@
   margin-bottom: 3px;
 }
 
 :root[uidensity=touch] #urlbar,
 :root[uidensity=touch] .searchbar-textbox {
   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;
 }
 
 .urlbar-input-box,
 .searchbar-textbox > .autocomplete-textbox-container > .textbox-input-box {
   margin: 0;
 }