Quicksaver / The-Fox--Only-Better

A Firefox add-on to improve the feeling of using the new Australis theme.
https://addons.mozilla.org/firefox/addon/the-fox-only-better/
Mozilla Public License 2.0
91 stars 22 forks source link

Hide the mouse area when showing chrome with mouse is disabled #218

Closed f1u77y closed 7 years ago

Quicksaver commented 7 years ago

I don't understand. Do you have a problem? Please be more descriptive.

f1u77y commented 7 years ago

I have 'Show the chrome when the mouse moves to the top' setting off but I still have a bit of gray area(even when the slim chrome is not shown) at the top of browser. As I could understand, it's used for activating chrome with mouse but it's useless when the setting is off. So I suggest to hide it(or make an option to hide it) when the setting is off

Quicksaver commented 7 years ago

That area has nothing to do with that setting, it's a visual placeholder, so that tabs don't end immediately in the web page. With that setting, the toolbars still show if you move the mouse to the tabs themselves, that area is irrelevant in that case.

You can hide it with something like this in Stylish:

#theFoxOnlyBetter-slimChrome-slimmer { display: none; }

but you don't really gain anything from doing it, only the three or four pixels in height, and personally I think it looks just bad without it, as the top tabs area won't have a clear limit.