MrOtherGuy / firefox-csshacks

Collection of userstyles affecting the browser
Mozilla Public License 2.0
3.05k stars 307 forks source link

Centering text during typing when using urlbar_centered_text.css #349

Closed RashiqAzhan closed 3 months ago

RashiqAzhan commented 3 months ago

At rest. image

When focused. image

Is it possible to keep the text in the center even during typing?

MrOtherGuy commented 3 months ago

Yes, you can do that with just #urlbar-input{ text-align: center !important; }

RashiqAzhan commented 3 months ago

Thank you.

I couldn't figure out how to get the CSS selector for Firefox UI elements.

TLDR: Enable Firefox browser toolbox and use the inspector to find the css id to hack up in userChrome.css.