akshat46 / FlyingFox

An opinionated set of configurations for firefox.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Large gap between top of window and URL bar

cinerea0 opened this issue · comments

Describe the bug
Using this configuration, there is a large gap between the top of the Firefox window and the URL bar.

To Reproduce
Steps to reproduce the behavior:

  1. Install FlyingFox with hide-tabline and userChrome-hover.

Screenshots
flyingfox

Firefox Version: 87.0

Also, I'd be interested in knowing how to disable the bookmark bar that comes up on hovering on the URL bar on new tabs.

That's weird. Somehow I never noticed that. Thanks for bringing it up! You can fix it by adding the following CSS to userChrome.css.

#titlebar{
    display: none;
}

Will include this in next release.

Also, I'd be interested in knowing how to disable the bookmark bar that comes up on hovering on the URL bar on new tabs.

If you want to disable "show on hover behavior" of bookmark toolbar, you can do it as shown in #36 (comment). If you want to turn off the bookmark toolbar altogether you can disable it by: right click anywhere on navbar > deselect bookmark toolbar.

Adding that snippet fixed the issue, thank you! As for the bookmark bar, I wanted to disable it entirely and didn't know about the right-clicking trick. Thanks for everything and the work you put into this project; closing this now.