mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-25 14:00:54 -08:00
Fix: Tab - *-child -> *-of-type #628
This commit is contained in:
parent
0dc6a1c26e
commit
d2d27cd144
5 changed files with 28 additions and 28 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue