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

Added Hide Tabs (like MacOS) for Windows #68

Closed craftycorvid closed 6 years ago

craftycorvid commented 6 years ago

Added Hide Tabs with merged title bar and navigation bar tweak for Windows.

This is different than hide-tabs-linux-windows-titlebar.css in that it merges the title bar and navigation bar. It's the same as hide-tabs-macos.css but works on Windows.

Tested with Windows 10, FF 57 and 58.

capture

Timvde commented 6 years ago

Awesome, I was already hoping someone would do this :) Thank you for your contribution, and sorry for taking so long to get back to you! I'll try to test this later today (I don't have a Windows machine at hand).

Timvde commented 6 years ago

This is really cool! Could you please also rename hide-tabs-linux-windows-titlebar.css to hide-tabs-linux-titlebar.css? And your file is missing a newline at the end. It should be there according to POSIX guidelines. Could you please add that too? Thanks!

craftycorvid commented 6 years ago

Alright, I've updated my branch with your requested changes.

Timvde commented 6 years ago

Thanks a lot!