don't set max-width when it is set with inline style during closing tabs.

pull/121/head
MrOtherGuy 3 years ago
parent 8528b55888
commit a1b87da84b

@ -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 }
Loading…
Cancel
Save