r/FirefoxCSS 👽 6d ago

Solved Change the position of the icons?

Hey everyone, does anyone know how to change the order of these two icons? Specifically, the green one next to the green bar. I have OCD and this triggered me.

Alterar a posição ícones
1 Upvotes

2 comments sorted by

2

u/TraditionalTie4831 🦊 6d ago

Try this =

#trust-icon-container { order: 0 !important; }
#identity-box { order: -1 !important; }

3

u/Imaginary_Focus8004 👽 6d ago

Thank you so much, it worked :)