From 0830700dc0af7d075c191fea5dacc62ce246ce41 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Fri, 16 Dec 2022 11:09:38 +0200 Subject: [PATCH] navbar_below_content: remove negative bottom value from urlbar This fixes an issue where the urlbar moves a bit when opened --- chrome/navbar_below_content.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/navbar_below_content.css b/chrome/navbar_below_content.css index 7f41c11..30a3b5e 100644 --- a/chrome/navbar_below_content.css +++ b/chrome/navbar_below_content.css @@ -32,7 +32,7 @@ See the above repository for updates as well as full license text. */ #urlbar[breakout][breakout-extend]{ display: flex !important; flex-direction: column-reverse; - bottom: -2px !important; /* Change to 3-5 px if using compact_urlbar_megabar.css depending on toolbar density */ + bottom: 0px !important; /* Change to 3-5 px if using compact_urlbar_megabar.css depending on toolbar density */ top: auto !important; }