mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-09 19:30:15 +00:00
don't set max-width when it is set with inline style during closing tabs.
This commit is contained in:
parent
8528b55888
commit
a1b87da84b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue