mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-02-27 02:21:34 -08:00
Fix: Animate - Synced Tab Expand list cubic-bezier like new tab
This commit is contained in:
parent
83412170e5
commit
c9fe7b9140
1 changed files with 1 additions and 1 deletions
|
|
@ -2021,7 +2021,7 @@
|
|||
.item.client.closed .item-tabs-list {
|
||||
display: flex !important;
|
||||
|
||||
transition: transform 0.2s ease-out, opacity 0.2s ease-out, max-height 0.1s ease-in 0.05s;
|
||||
transition: transform 0.2s ease-out, opacity 0.2s ease-out, max-height 0.25s cubic-bezier(0.82, 0.085, 0.395, 0.895) 0.05s;
|
||||
visibility: hidden;
|
||||
transform: translateY(-100%);
|
||||
opacity: 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue