From 1fdecd454fd89cf5d20226669e596fed1ca1db1d Mon Sep 17 00:00:00 2001 From: Francis Tseng Date: Wed, 12 Jul 2017 18:08:15 -0400 Subject: [PATCH] slight firefox cosmetic fix --- dots/firefox/userChrome.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dots/firefox/userChrome.css b/dots/firefox/userChrome.css index 4998429c..a8c0fa29 100644 --- a/dots/firefox/userChrome.css +++ b/dots/firefox/userChrome.css @@ -68,6 +68,7 @@ width: 100% !important; height: var(--url-height) !important; min-height: var(--url-height) !important; max-height: var(--url-height) !important; margin: 0 0 0 0 !important; + background: #303030 !important; /* --- Uncomment the section below to attach the url-bar to the tab-bar [EXPERIMENTAL] (Require a line in "#TabsToolbar" below) --- */ /* @@ -78,7 +79,7 @@ } #nav-bar-customization-target { width: 100% !important; } #urlbar-wrapper { - width: 100% !important; margin-top: -0px !important; /* --- adjust margin-top to ~ -5px if you experience gap --- */ + width: 100% !important; margin-top: -1px !important; /* --- adjust margin-top to ~ -5px if you experience gap --- */ position: absolute !important; top: 0 !important; left: 0 !important; border-bottom: 0px solid var(--bg-light) !important; }