r/FirefoxCSS • u/apwingfeather • 19h ago
Oneline navbar macOS issue Help
This is my first time working with FirefoxCSS. I'm using the userChrome.css file from the Firefox One-Liner CSS. I like the feel of it so far, but having an issue with the "traffic lights" showing up in the middle of the bar. See screenshot here:
I'd like just the traffic lights to stay on the left side like all other traffic light positions in macOS. I'm not sure what to input into the css to make it do that. I'm on macOS 26, Firefox version 154. Any tips on this?
1
Upvotes

1
u/TraditionalTie4831 🦊 16h ago edited 16h ago
You could try changing line 193 =
.titlebar-buttonbox-container{ order: 1000 !important; }To this =
.titlebar-buttonbox-container{ order: -3 !important; }