From c65518f90229ab2bdace47e505301379b336e5e4 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sun, 15 Sep 2019 12:58:46 +0300 Subject: [PATCH] new file --- chrome/compact_urlbar_megabar.css | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 chrome/compact_urlbar_megabar.css diff --git a/chrome/compact_urlbar_megabar.css b/chrome/compact_urlbar_megabar.css new file mode 100644 index 0000000..97a9a7c --- /dev/null +++ b/chrome/compact_urlbar_megabar.css @@ -0,0 +1,9 @@ +/* Make urlbar megabar appear more compact */ +/* Set the pref browser.urlbar.megabar to true */ +#urlbar.megabar[breakout]{ + margin-inline-start: 0px !important; + width: var(--urlbar-width) !important;; + margin-top: 4px !important; +} +#urlbar.megabar .urlbarView-row{ padding: 6px 8px } +#urlbar.megabar .urlbarView-body-inner{width: calc(var(--urlbar-width) - 2 * 8px - 2px ) !important;} \ No newline at end of file