mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-06 02:30:54 -08:00
Fix: Tabbar Width - Consistently in the gap. #440
This commit is contained in:
parent
0ba9b11069
commit
6f353154f2
3 changed files with 8 additions and 2 deletions
6
CREDITS
6
CREDITS
|
|
@ -74,6 +74,9 @@ W: https://www.mamen.at
|
||||||
N: MarNicGit
|
N: MarNicGit
|
||||||
W: https://github.com/MarNicGit
|
W: https://github.com/MarNicGit
|
||||||
|
|
||||||
|
N: Oondanomala
|
||||||
|
W: https://github.com/Oondanomala
|
||||||
|
|
||||||
N: ph3b3
|
N: ph3b3
|
||||||
E: phoebeleong8@gmail.com
|
E: phoebeleong8@gmail.com
|
||||||
W: https://phoebe-leong.github.io/
|
W: https://phoebe-leong.github.io/
|
||||||
|
|
@ -102,6 +105,9 @@ N: Tatsuyuki Ishi
|
||||||
E: ishitatsuyuki@gmail.com
|
E: ishitatsuyuki@gmail.com
|
||||||
W: https://github.com/ishitatsuyuki
|
W: https://github.com/ishitatsuyuki
|
||||||
|
|
||||||
|
N: thunderstone135
|
||||||
|
W: https://github.com/thunderstone135
|
||||||
|
|
||||||
----------
|
----------
|
||||||
Reference Projects & Resources
|
Reference Projects & Resources
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3253,7 +3253,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.tabbrowser-tab:not([last-visible-tab]) {
|
.tabbrowser-tab:not([last-visible-tab]) {
|
||||||
margin-inline-end: -0.5px !important;
|
margin-inline-end: -1px !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@supports -moz-bool-pref("userChrome.tab.photon_like_padding") {
|
@supports -moz-bool-pref("userChrome.tab.photon_like_padding") {
|
||||||
|
|
|
||||||
|
|
@ -77,7 +77,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.tabbrowser-tab:not([last-visible-tab]) {
|
.tabbrowser-tab:not([last-visible-tab]) {
|
||||||
margin-inline-end: -0.5px !important;
|
margin-inline-end: -1px !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@include Option("userChrome.tab.photon_like_padding") {
|
@include Option("userChrome.tab.photon_like_padding") {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue