xiaoxiaoflood / firefox-scripts

userChromeJS / autoconfig.js and extensions
Mozilla Public License 2.0
941 stars 83 forks source link

Can't increase text size in URLbar with Advanced Locationbar #239

Closed mzso closed 1 year ago

mzso commented 1 year ago

Hi! I find the text size uncomfortably small in the urlbar. So I wanted to increase via #urlbar-input{font-size: 16px !important;} which is not compatible with the addon. On hover it flickers between the small, formatted, clickable appearance by the addon and plain appearance with increased text size. when I press ctrl/alt/shift the small clickable url comes back.

How can I increase that text size in a compatible way with Advanced Locationbar?

mzso commented 1 year ago

Hm. I think I figured it out. Sorry for the noise.