Fix: Tab - *-child -> *-of-type #628

This commit is contained in:
alstjr7375 2023-02-17 04:21:33 +09:00
parent 0dc6a1c26e
commit d2d27cd144
5 changed files with 28 additions and 28 deletions

View file

@ -96,7 +96,7 @@
}
}
@include NotOption("userChrome.tabbar.multi_row") {
#TabsToolbar:not([multibar]) .tabbrowser-tab:not(:last-child) {
#TabsToolbar:not([multibar]) .tabbrowser-tab:not(:last-of-type) {
margin-inline-end: -1px !important;
}
}