I would trade all the colors for these buttons on the left …
Okay my friend, prepare yourself…install the following addons:
Minimise: https://addons.mozilla.org/en-US/firefox/addon/minimize-the-window/?src=search
Maximise: https://addons.mozilla.org/en-US/firefox/addon/maximize-the-window/
Close: https://addons.mozilla.org/en-US/firefox/addon/close-the-window/
Hide titlebar (unless you hide it using your rc.xml) https://addons.mozilla.org/en-US/firefox/addon/hide-the-titlebar/
Now you can place the window controls where ever you want using the customise option of firefox.
These don’t work well with dark themes though.
I’ll try, I use FF Dev with options on the top bar
Thank you!
@m.rogers you can also put this in a userChrome.css
#titlebar {
direction: rtl !important;
}
#TabsToolbar {
margin-left: 50px !important;
}
.titlebar-placeholder {
display: none !important;
}
This will move your buttons to the left.
Is almost
Adjust margin-left: 50px !important;
to about 75 and you should have it.
Exactly, I just did it! haha
Thanks a lot for the help! \0/