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

[Proton] Broken vertical alignment of tabs label #761

Closed ErranticSam closed 9 months ago

ErranticSam commented 10 months ago

Describe the bug

I just installed Firefox UI Fix on my fresh new W10 OS, but I encounter an issue on the vertical alignment of tabs label (see Screenshots).

Expected behavior

I expected the tabs label to be centered horizontally and vertically.

Screenshots

image

OS

Windows 10

OS - Others

No response

Firefox Version

v116.0.3

Distribution

Theme

Theme - More Info

Beautiful Alpen Blue : https://addons.mozilla.org/fr/firefox/addon/beautiful-alpen-blue/

user.js setup

user.js setup
```javascript // Just uncommented these 3 lines user_pref("userChrome.centered.tab", true); user_pref("userChrome.centered.tab.label", true); user_pref("userChrome.centered.urlbar", true); ```

Additional context

No response

black7375 commented 10 months ago

For memo: In xul.css The attributes with the !important should be bypassed.

image

image

black7375 commented 9 months ago

Try to v8.1.0 or latest commit please. It will be works well.