datguypiko / Firefox-Mod-Blur

Firefox CSS Theme - For dark theme lovers / More compact / Modular / Blur
1.35k stars 62 forks source link

[Help] move icons to the left ? #144

Closed SaiyajinK closed 2 months ago

SaiyajinK commented 2 months ago

hi,

I use FF v129.0.2 / FMB v2.9 and i would like to put the firefox icon on the far left and the profile icon just in his right. Is this possible ?

image

thank's ✌🏻

datguypiko commented 2 months ago

Try adding this to userChrome.css

#PanelUI-button {
  order: -2 !important;
}

#fxa-toolbar-menu-button{
  order: -1 !important;
}
SaiyajinK commented 2 months ago

that's exactly it, thank you !

image