black7375 / Firefox-UI-Fix

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

Findbar field is not square if `userChrome.rounding.square_field` = `true` #655

Closed erwin4270 closed 1 year ago

erwin4270 commented 1 year ago

Describe the bug

The findbar field is not square if pref userChrome.rounding.square_field is set to true.

Expected behavior

Findbar field must be square if pref userChrome.rounding.square_field is set to true, as stated here

Screenshots

Lepton 7.1.0 7 1 0

Lepton 7.1.1 7 1 1

OS

Windows 11, Windows 10

OS - Others

No response

Firefox Version

110.0

Distribution

Theme

Theme - More Info

No response

user.js setup

user.js setup
```javascript // Your settings user_pref("userChrome.rounding.square_field", true); ```

Additional context

The commit https://github.com/black7375/Firefox-UI-Fix/pull/644/commits/9ed67a0870fdd0e92c9b44532142ed1aa7ae2ea4 (PR #644) is the culprit behind this

erwin4270 commented 1 year ago

The latest commit fixed the issue