diff options
Diffstat (limited to 'modules/firefox.home/chrome/userChrome.css')
| -rw-r--r-- | modules/firefox.home/chrome/userChrome.css | 7 |
1 files changed, 7 insertions, 0 deletions
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; } |
