We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c48fe14 commit 4a40be8Copy full SHA for 4a40be8
src/css/group.css
@@ -30,7 +30,7 @@
30
justify-content: flex-start;
31
align-items: center;
32
flex-wrap: nowrap;
33
-transition: padding var(--layout-timing-extra-fast);
+transition: padding var(--layout-timing-extra-fast)var(--layout-duration-04);
34
}
35
36
.is-group-name-show .group-header,
@@ -47,7 +47,6 @@
47
overflow: hidden;
48
font-size:var(--group-name-size);
49
transition: height var(--layout-timing-extra-fast);
50
-transition: height var(--layout-timing-extra-fast);
51
52
53
.is-group-name-show .group-name{
@@ -91,6 +90,11 @@
91
90
flex-shrink:0;
92
93
+.group-control-item .button-icon{
94
+padding-left:0.175em;
95
+padding-right:0.175em;
96
+}
97
+
98
.group-body{
99
font-size:calc(var(--link-item-size) *1);
100
background-color: transparent;
0 commit comments