Adding MacOS only section to revert control buttons to default position #21
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a simple solution to #3, and adds a MacOS specific section using the following:
I could be wrong since I only did a bit of research but from inspecting the element using the Browser Toolbox, it seems like the three control buttons (Red Close, Yellow Minimize, and Green Maximize) are not something that Firefox has access to and can control the behaviour and style of.
This seems to be because MacOS is defining these buttons as part of its' Window Management System, rather than something Application based like Windows. Thus, I feel like the best we can do is the put it back where most users expect them, to the top left. I've taken the liberty of making it a bit "spaced", but feel free to edit it to suit what you think fits best for this theme, since you are the author after all!
This is what it looks like now!