crambaud / waterfall

A mouse-friendly clone of the Cascade custom CSS theme for Firefox.
MIT License
262 stars 35 forks source link

How do I reduce the width of the urlbar ? #10

Closed chwt163 closed 1 year ago

chwt163 commented 1 year ago

I want to change it to 200px, but the extension icon will be hide. The previous version was fine, and this happened when updating to Firefox 113.

202618

chwt163 commented 1 year ago

Found a way, add this code: #urlbar-container { width: auto !important; }