Timvde / UserChrome-Tweaks

A community maintained repository of userChrome.css tweaks for Firefox
GNU General Public License v3.0
1.25k stars 122 forks source link

Navbar autohide chews up some of the content area when drag space is visible #136

Open different55 opened 5 years ago

different55 commented 5 years ago

The margin-bottom on :root:not([customizing]) #navigator-toolbox doesn't take into account the drag space, chewing up 8px (var(--space-above-tabbar)) of the web page content area space thing.

ana-ka commented 5 years ago

Seems related to this issue: #124.

different55 commented 5 years ago

Hm, could be similar, yeah. Although with --nav-bar-height being the one needing adjustment instead of --tab-min-height.

different55 commented 5 years ago

Nah, I'll get around to it eventually though