Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Proton] Broken vertical alignment of tabs label #761

Closed
3 of 9 tasks
SDK4rma opened this issue Aug 25, 2023 · 2 comments
Closed
3 of 9 tasks

[Proton] Broken vertical alignment of tabs label #761

SDK4rma opened this issue Aug 25, 2023 · 2 comments
Labels
Class::Layout-Others Layout issues except Padding and Size issues Component::Tabbar Tab or tabbar Env::Windows Issues on Windows10, Windows11, unknown windows Issue::Bug Something isn't working

Comments

@SDK4rma
Copy link

SDK4rma commented Aug 25, 2023

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
// 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

@SDK4rma SDK4rma added the Issue::Bug Something isn't working label Aug 25, 2023
@black7375 black7375 added Env::Windows Issues on Windows10, Windows11, unknown windows Component::Tabbar Tab or tabbar Class::Layout-Others Layout issues except Padding and Size issues labels Aug 29, 2023
@black7375
Copy link
Owner

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

image

image

@black7375
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Class::Layout-Others Layout issues except Padding and Size issues Component::Tabbar Tab or tabbar Env::Windows Issues on Windows10, Windows11, unknown windows Issue::Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants