Fix: Padding - Overflow tabbar margin #643

This commit is contained in:
alstjr7375 2023-05-28 23:55:00 +09:00
parent 9f12ff23cc
commit 396f06b45c
2 changed files with 10 additions and 2 deletions

View file

@ -93,7 +93,12 @@
@include Option("userChrome.tab.lepton_like_padding") {
.tabbrowser-tab {
// Original: padding-inline 2px, margin-inline 0px #643
margin-inline: -1px !important;
&[pinned] {
padding-inline: 1px !important;
}
&:not([pinned]) {
margin-inline: -1px !important;
}
}
}
@include NotOption("userChrome.tabbar.multi_row") {