Fix: Tab Bar - Reduce each tab gaps #56

This commit is contained in:
alstjr7375 2021-06-04 12:23:58 +09:00
parent 8c53c84b5e
commit f86fb05425

View file

@ -85,7 +85,7 @@
/* neighbouring tabs should "pinch" together */
.tabbrowser-tab {
padding-inline: 1px !important;
padding-inline: 0 !important;
}
.tabbrowser-tab:not([last-visible-tab]) {