don't set max-width when it is set with inline style during closing tabs.
This commit is contained in:
@@ -2,4 +2,4 @@
|
||||
See the above repository for updates as well as full license text. */
|
||||
|
||||
/* Why 100vw? Tab closing requires width animation to end and "none" can't be animated */
|
||||
.tabbrowser-tab[fadein]{ max-width: 100vw !important }
|
||||
.tabbrowser-tab[fadein]:not([style^="max-width"]){ max-width: 100vw !important }
|
||||
Reference in New Issue
Block a user