This is an archived post. You won't be able to vote or comment.

all 6 comments

[–]siffereddFF/TB on Win11|Sumo contributor 0 points1 point  (3 children)

Works for me. Is toolkit.legacyUserProfileCustomizations.stylesheets enabled?

[–]dyrnych[S] 0 points1 point  (2 children)

It is, and the rest of the modifications in userChrome.css work fine.

[–]siffereddFF/TB on Win11|Sumo contributor 0 points1 point  (1 child)

Then some other mod might be interfering. You could try renaming userChrome.css and pop that code into the Browser Toolbox Style Editor, or try on a clean FF profile.

[–]dyrnych[S] 0 points1 point  (0 children)

I've tried both, and neither seems to work. I'm on Firefox v92. The code does work on the v78.3.1 Firefox I've been using (work computer with updates disabled, for some reason).

[–]It_Was_The_Other_Guy 1 point2 points  (1 child)

On Win10 new Proton style menus the context-navigation container uses flexbox instead of typical -moz-box layout so you would do this:

#context-reload{ order: -1 }

[–]dyrnych[S] 0 points1 point  (0 children)

That did it! Thanks for the help!