navbar_below_content: remove negative bottom value from urlbar

This fixes an issue where the urlbar moves a bit when opened
This commit is contained in:
MrOtherGuy 2022-12-16 11:09:38 +02:00
parent f621bb7a7a
commit 0830700dc0

View file

@ -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;
}