From 639ba462f9385933b3ae3496525b551b9ce42c76 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 17 Nov 2024 20:34:09 +0530 Subject: Update firefox styles --- modules/firefox.home/chrome/userChrome.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'modules/firefox.home/chrome/userChrome.css') diff --git a/modules/firefox.home/chrome/userChrome.css b/modules/firefox.home/chrome/userChrome.css index 4247f33..e845194 100644 --- a/modules/firefox.home/chrome/userChrome.css +++ b/modules/firefox.home/chrome/userChrome.css @@ -117,11 +117,18 @@ toolbarbutton#alltabs-button { #urlbar { font-size: 0.95rem !important; min-height: var(--ff-urlbar-height) !important; +} +#urlbar[breakout-extend] { top: 5px !important; + width: var(--urlbar-width) !important; } #urlbar:not([breakout-extend]) { height: var(--ff-urlbar-height) !important; } +#urlbar-container { + padding-block: 0 !important; +} + #navigator-toolbox { border-bottom: none !important; } -- cgit v1.3.1