rafaelmardojai / firefox-gnome-theme

A GNOME👣 theme for Firefox🔥
The Unlicense
3.49k stars 160 forks source link

Center - aligned URL on the title bar #675

Closed svta-7125 closed 1 year ago

svta-7125 commented 1 year ago

Is it possible to add an option to centre align the URL on the URL bar like in Safari?

Bhanuteja005 commented 1 year ago

Not sure it's exactly what you want, but Cmd & L will select & left align, same as if you'd clicked it - so you could do it as you're mousing towards it.

rafaelmardojai commented 1 year ago

I'm not planning to add that to the theme, but you can always add you custom styles along the theme.

Something like this should work:

#urlbar-input {
    text-align: center !important;
}