2023-02-02 19:59:20 +01:00
|
|
|
.wp-block-group .block-editor-block-list__insertion-point{
|
|
|
|
left:0;
|
|
|
|
right:0;
|
2021-05-11 11:43:08 +02:00
|
|
|
}
|
|
|
|
|
2023-02-02 19:59:20 +01:00
|
|
|
[data-type="core/group"].is-selected .block-list-appender{
|
|
|
|
margin-left:0;
|
|
|
|
margin-right:0;
|
2021-05-11 11:43:08 +02:00
|
|
|
}
|
2023-02-02 19:59:20 +01:00
|
|
|
[data-type="core/group"].is-selected .has-background .block-list-appender{
|
|
|
|
margin-bottom:18px;
|
|
|
|
margin-top:18px;
|
2022-04-12 17:12:47 +02:00
|
|
|
}
|
|
|
|
|
2023-02-02 19:59:20 +01:00
|
|
|
.wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child{
|
|
|
|
gap:inherit;
|
|
|
|
pointer-events:none;
|
2022-04-12 17:12:47 +02:00
|
|
|
}
|
2023-02-02 19:59:20 +01:00
|
|
|
.wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child,.wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child .block-editor-default-block-appender__content,.wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child .block-editor-inserter{
|
|
|
|
display:inherit;
|
|
|
|
flex:1;
|
|
|
|
flex-direction:inherit;
|
|
|
|
width:100%;
|
2022-04-12 17:12:47 +02:00
|
|
|
}
|
2023-02-02 19:59:20 +01:00
|
|
|
.wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child:after{
|
|
|
|
border:1px dashed;
|
|
|
|
border-radius:2px;
|
|
|
|
content:"";
|
|
|
|
display:flex;
|
|
|
|
flex:1 0 48px;
|
|
|
|
min-height:46px;
|
|
|
|
pointer-events:none;
|
2022-04-12 17:12:47 +02:00
|
|
|
}
|
2023-02-02 19:59:20 +01:00
|
|
|
.wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child .block-editor-inserter{
|
|
|
|
pointer-events:all;
|
2021-05-11 11:43:08 +02:00
|
|
|
}
|