Timvde / UserChrome-Tweaks

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

Hamburger Menu: move-to-top-left-Linux-Windows.css half-broke in FF71 #155

Open DustyOldBones opened 4 years ago

DustyOldBones commented 4 years ago

The area of the hamburger menu button now takes up the entire length of the tab bar and the address bar. With no tweaks it looks like this:

Capture

I was able to get the button "image" back into the corner by tweaking the padding/margins but the clickable button remains the same size (as illustrated in this gif): 2019-12-16_04-49-03

luk9400 commented 4 years ago

What values have you used for padding and margins?

DustyOldBones commented 4 years ago

Sorry I took so long. I did see your reply back in February and meant to get to it later, just forgot about until I logged in just now. My margin tweak broke further with the next Firefox update, shortly after I posted this. The button image was completely hidden in the tab bar when the Firefox window was active. So I stopped using the tweak entirely. Here is what I tweaked in the CSS regardless:

:root[uidensity=compact] #PanelUI-button { margin-top: -56px; }