From f5c703c5478071963ef8c6c89a655741ab5ae4b9 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Fri, 16 Dec 2022 11:13:59 +0200 Subject: [PATCH] toolbars_below_content: remove negative bottom value from urlbar This fixes urlbar moving a bit when it's being opened --- chrome/toolbars_below_content.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/toolbars_below_content.css b/chrome/toolbars_below_content.css index 3a3e057..3f197eb 100644 --- a/chrome/toolbars_below_content.css +++ b/chrome/toolbars_below_content.css @@ -36,7 +36,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; }