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

Tab highlights turned weird; lepton and lepton-photon seem to be identical; tab overflow issue #395

Closed
TheHarmonicRealm opened this issue May 13, 2022 · 1 comment
Labels
Class::Color Color, background, blur, etc. Component::Tabbar Tab or tabbar Distribution::Photon-Style Photon style distribution related Env::Windows Issues on Windows10, Windows11, unknown windows Issue::Invalid This doesn't seem right

Comments

@TheHarmonicRealm
Copy link

TheHarmonicRealm commented May 13, 2022

Hi. I was using the version of lepton from January 6 2022 until today. It had the rounded tabs etc. and Photon Lepton looked like this (quite different):

image

I just updated to Lepton now and it looks quite off. First off unless I'm mistaken with what I'm doing both Lepton (1) and Lepton-Photon (2) look the same:
image
image

and there's those really jarring tab highlights (which when the browser starts up are not there -- as it loads it starts out with the normal simple blue on the top of the tab) and separators (#393 has this). Is this intended? If so how can I revert it? Also something seems to be up with the two versions' tab bars looking identical now.

The problem which most immediately prompted me to update was that in lepton (but not the photon style) as of i think just the other day -- firefox 100 -- when there's not a large number of tabs open the left and right get the > and < symbols which do nothing except slightly shift the tabs, and then go away if you switch any tabs or anything.
image

Also the new tab plus is vertically quite stretched.
image

I'm on Windows 10 Version 10.0.19043 Build 19043.

My display is 1920x1080p. I downloaded 5.1.0 today. Disabling Color to go back to default themes does not change it and my chrome folder is just the unmodified Lepton stuff.

Thanks!

@TheHarmonicRealm TheHarmonicRealm added the Issue::Bug Something isn't working label May 13, 2022
@TheHarmonicRealm TheHarmonicRealm changed the title Tab highlights are wrong; lepton and lepton-photon seem to be identical; tab overflow issue Tab highlights turned weird; lepton and lepton-photon seem to be identical; tab overflow issue May 13, 2022
@black7375 black7375 added Env::Windows Issues on Windows10, Windows11, unknown windows Class::Color Color, background, blur, etc. Component::Tabbar Tab or tabbar Distribution::Photon-Style Photon style distribution related Priority::High Solve and focus on it first labels May 13, 2022
@black7375
Copy link
Owner

black7375 commented May 13, 2022

IMO, This seems to be a configuration conflict issue.
It should be explicitly disabled.
https://github.com/black7375/Firefox-UI-Fix/wiki/Options#using-userjs

Try this config

user_pref("userChrome.tab.connect_to_window",          true); // Original, Photon
user_pref("userChrome.tab.color_like_toolbar",         true); // Original, Photon

user_pref("userChrome.tab.lepton_like_padding",       false); // Original
user_pref("userChrome.tab.photon_like_padding",        true); // Photon

user_pref("userChrome.tab.dynamic_separtor",          false); // Original, Proton
user_pref("userChrome.tab.static_separator",           true); // Photon
// user_pref("userChrome.tab.static_separator.selected_accent", true); // Just option

user_pref("userChrome.tab.newtab_button_like_tab",    false); // Original
user_pref("userChrome.tab.newtab_button_smaller",      true); // Photon
// user_pref("userChrome.tab.newtab_button_proton",    true); // Proton

user_pref("userChrome.icon.panel_full",                true); // Original, Proton
// user_pref("userChrome.icon.panel_photon",           true); // Photon
// user_pref("userChrome.icon.panel_sparse",           true); // Just option

// Original Only
user_pref("userChrome.tab.box_shadow",                false);
user_pref("userChrome.tab.bottom_rounded_corner",     false);

// Photon Only
user_pref("userChrome.tab.photon_like_contextline",    true);
user_pref("userChrome.rounding.square_tab",            true);

I think it has been solved.

@black7375 black7375 added Issue::Invalid This doesn't seem right and removed Priority::High Solve and focus on it first Issue::Bug Something isn't working labels May 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Class::Color Color, background, blur, etc. Component::Tabbar Tab or tabbar Distribution::Photon-Style Photon style distribution related Env::Windows Issues on Windows10, Windows11, unknown windows Issue::Invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

2 participants