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

Top left hamburger menu - Windowed bug #137

Closed Doctor-Paint closed 5 years ago

Doctor-Paint commented 5 years ago

Timvde/UserChrome-Tweaks/hamburger/move-to-top-left-Linux-Windows.css Tested on Firefox 65.0.1 (64-bit) for Windows with default dark theme enabled.

The original emty space before the first tab reappears to the right of the newly moved hamburger menu only when windowed.

bug example

Timvde commented 5 years ago

Isn't that to be expected? Or did you also use some code to remove the space?

Doctor-Paint commented 5 years ago

It was to be expected but I assumed that the space would be disabled inplace of the menu. As for a new code, this is what I've got:

Tested on Firefox 65.0.2 (64-bit) for Windows with default dark theme enabled.

userChrome.css .titlebar-spacer[type="pre-tabs"] { display: none; }

I marked the remaining drag space with a 1px white line starting from the menu icon's perimeter.

windowed bug 137