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

This commit is contained in:
MrOtherGuy 2021-06-23 16:00:46 +03:00
parent 8528b55888
commit a1b87da84b

View file

@ -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 }