mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-01 23:10:41 -08:00
Fix: Padding - Overflow tabbar margin #643
This commit is contained in:
parent
9f12ff23cc
commit
396f06b45c
2 changed files with 10 additions and 2 deletions
5
css/leptonChrome.css
generated
5
css/leptonChrome.css
generated
|
|
@ -3429,7 +3429,10 @@
|
|||
/* neighbouring tabs should "pinch" together */
|
||||
@supports not -moz-bool-pref("userChrome.tab.photon_like_padding") {
|
||||
@supports -moz-bool-pref("userChrome.tab.lepton_like_padding") {
|
||||
.tabbrowser-tab {
|
||||
.tabbrowser-tab[pinned] {
|
||||
padding-inline: 1px !important;
|
||||
}
|
||||
.tabbrowser-tab:not([pinned]) {
|
||||
margin-inline: -1px !important;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue