Fix: Tabbar Width - Consistently in the gap. #440

This commit is contained in:
alstjr7375 2022-07-30 17:55:18 +09:00
parent 0ba9b11069
commit 6f353154f2
3 changed files with 8 additions and 2 deletions

View file

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

View file

@ -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") {

View file

@ -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") {