mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-09 19:30:15 +00:00
toolbars_below_content: remove negative bottom value from urlbar
This fixes urlbar moving a bit when it's being opened
This commit is contained in:
parent
0830700dc0
commit
f5c703c547
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue