Skip to content

Border outside of the tab #443

Answered by black7375
asmsaiff asked this question in Q&A
Jul 28, 2022 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

You can use photon-style's setting.

Firefox-UI-Fix/user.js

Lines 32 to 57 in db99628

// https://github.com/black7375/Firefox-UI-Fix/wiki/Options#important
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", false); /…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@asmsaiff
Comment options

Answer selected by black7375
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
Issue::Question Further information is requested Component::Tabbar Tab or tabbar
2 participants
Converted from issue

This discussion was converted from issue #442 on July 28, 2022 05:01.