mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-01-24 06:48:58 +01:00
[design] improve group control animation on edit state
This commit is contained in:
parent
b3f1d4b287
commit
c4493ae4b9
@ -37,6 +37,10 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
|
transition: padding var(--layout-timing-extra-fast) var(--layout-duration-04);
|
||||||
|
}
|
||||||
|
|
||||||
|
.is-edit .group-header {
|
||||||
transition: padding var(--layout-timing-extra-fast);
|
transition: padding var(--layout-timing-extra-fast);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user