We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3f1d4b commit c4493aeCopy full SHA for c4493ae
1 file changed
src/css/group.css
@@ -37,6 +37,10 @@
37
display: flex;
38
align-items: center;
39
flex-wrap: nowrap;
40
+ transition: padding var(--layout-timing-extra-fast) var(--layout-duration-04);
41
+}
42
+
43
+.is-edit .group-header {
44
transition: padding var(--layout-timing-extra-fast);
45
}
46
0 commit comments