Timvde/UserChrome-Tweaks

Top left hamburger menu - Windowed bug

Doctor-Paint opened this issue · 2 comments

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

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

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