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

Fix auto-hide urlbar for Firefox 75 megabar #175

Closed Glandos closed 4 years ago

Glandos commented 4 years ago

Fix #174

Timvde commented 4 years ago

Does this work in different density modes?

Glandos commented 4 years ago

The auto-hide.css does not behave correctly in different density. So a variable should be introduced first, to get the toolbar height based on density.

For info, the variable urlbar-toolbar-height seems to be set dynamically on the #urlbar element's style attribute.

Timvde commented 4 years ago

Well, since it's currently broken, let's just merge it already, and I'll hopefully see a new PR coming in if somebody uses this on a different density.