black7375 / Firefox-UI-Fix

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

Misaligned text/arrows on right side of menu when `userChrome.panel.full_width_padding` = `true` #939

Open erwin4270 opened 5 days ago

erwin4270 commented 5 days ago

Describe the bug

If userChrome.panel.full_width_padding is set to true in about:config or user.js, the text/arrows on the right side of menu are misaligned.

Expected behavior

Menu text/arrows should be aligned when userChrome.panel.full_width_padding is set to true

Screenshots

1f

OS

Windows 11

OS - Others

No response

Firefox Version

127.0.2 (stable)

Distribution

Theme

Theme - More Info

No response

user.js setup

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

Additional context

No response