From 33f22e6471ae4b5432d64601b0f6909a693fbb98 Mon Sep 17 00:00:00 2001 From: Riyyi Date: Mon, 15 Jul 2024 22:15:46 +0200 Subject: [PATCH] Firefox: Fix URL bar --- .../firefox/dotfiles.profile/chrome/userChrome.css | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.mozilla/firefox/dotfiles.profile/chrome/userChrome.css b/.mozilla/firefox/dotfiles.profile/chrome/userChrome.css index 4941f47..c63cb99 100644 --- a/.mozilla/firefox/dotfiles.profile/chrome/userChrome.css +++ b/.mozilla/firefox/dotfiles.profile/chrome/userChrome.css @@ -42,8 +42,9 @@ } /* Url bar color */ - #urlbar { + #urlbar-background { background: #404552 !important; + border-radius: 0; } /* Hide ... button in URL bar */ @@ -55,13 +56,6 @@ display: none; } - /* Unzoom URL bar */ - #urlbar[breakout-extend] { - top: calc((var(--urlbar-toolbar-height) - var(--urlbar-height)) / 2) !important; - left: calc((var(--urlbar-toolbar-width) - var(--urlbar-width)) / 2) !important; - width: 100% !important; - } - #urlbar[breakout-extend] #urlbar-input-container { height: calc(var(--tab-min-height) - 3px) !important; padding: 0px !important;