Open glazed0 opened 1 year ago
I've noticed an alignment issue in the URL bar on MacOS 12.2.1 Firefox version 110.0b9 (64-bit) Developer Edition
Hey @glazed0, you can fix it adding this to your userChrome.css:
userChrome.css
#urlbar-input-container { display: flex; align-items: center; } .urlbar-input-box { width: 100%; }
I've noticed an alignment issue in the URL bar on MacOS 12.2.1 Firefox version 110.0b9 (64-bit) Developer Edition