File tree Expand file tree Collapse file tree 1 file changed +23
-3
lines changed
Expand file tree Collapse file tree 1 file changed +23
-3
lines changed Original file line number Diff line number Diff line change 2626.group-header {
2727position : relative;
2828display : flex;
29- flex-direction : row;
30- justify-content : flex-start;
3129align-items : center;
3230flex-wrap : nowrap;
3331transition : padding var (--layout-timing-extra-fast );
3432}
3533
34+ .is-group-area-alignment-left .group-header {
35+ flex-direction : row;
36+ }
37+
38+ .is-group-area-alignment-center .group-header {
39+ flex-direction : row;
40+ justify-content : center;
41+ }
42+
43+ .is-group-area-alignment-right .group-header {
44+ flex-direction : row-reverse;
45+ justify-content : flex-start;
46+ }
47+
3648.is-group-name-show .group-header ,
3749.is-link-edit .group-header {
3850padding-bottom : calc (var (--layout-space ) * var (--layout-gutter ));
7789}
7890
7991.is-link-edit .group-control {
80- margin-right : 1em ;
8192height : 2.5em ;
8293width : 16em ;
8394transition :
8697 margin var (--layout-timing-extra-fast ) var (--layout-duration-04 );
8798}
8899
100+ .is-group-area-alignment-left .group-control ,
101+ .is-group-area-alignment-center .group-control {
102+ margin-right : 1em ;
103+ }
104+
105+ .is-group-area-alignment-right .group-control {
106+ margin-left : 1em ;
107+ }
108+
89109.group-control-item {
90110width : 4em ;
91111flex-shrink : 0 ;
You can’t perform that action at this time.
0 commit comments