black7375 / Firefox-UI-Fix

🦊 I respect proton UI and aim to improve it.
Mozilla Public License 2.0
5.34k stars 187 forks source link

Feature request: Add option to remove the “Zoom button” from the address bar #633

Closed Aleksandra0056 closed 1 year ago

Aleksandra0056 commented 1 year ago

Is your feature request related to a problem?

I'm rarely using it. I'm using the “Zoom Page WE” extension button instead.

The solution I'd like

Add about:config option to remove the zoom button from address bar.

Screenshots or video

I think this button: The zoom button

Alternatives I've considered

No response

Additional context

No response

black7375 commented 1 year ago

There is a lot of options, so it's burdensome to add.

It's a simple modification, so it's a good case to modify userChrome.css.

#urlbar-zoom-button {
  display: none;
}