2023-03-09 01:05:24 +01:00
|
|
|
.block-library-query-toolbar__popover .components-popover__content{
|
|
|
|
min-width:230px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wp-block-query__create-new-link{
|
|
|
|
padding:0 16px 16px 52px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.block-library-query__pattern-selection-content .block-editor-block-patterns-list{
|
|
|
|
grid-gap:8px;
|
|
|
|
display:grid;
|
|
|
|
grid-template-columns:1fr 1fr 1fr;
|
|
|
|
}
|
|
|
|
.block-library-query__pattern-selection-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{
|
|
|
|
margin-bottom:0;
|
|
|
|
}
|
|
|
|
.block-library-query__pattern-selection-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item .block-editor-block-preview__container{
|
|
|
|
max-height:250px;
|
|
|
|
}
|
|
|
|
|
2023-06-27 16:24:19 +02:00
|
|
|
.block-library-query-pattern__selection-modal .block-editor-block-patterns-list{
|
|
|
|
column-count:2;
|
|
|
|
column-gap:24px;
|
2023-03-09 01:05:24 +01:00
|
|
|
}
|
2023-06-27 16:24:19 +02:00
|
|
|
@media (min-width:1280px){
|
|
|
|
.block-library-query-pattern__selection-modal .block-editor-block-patterns-list{
|
|
|
|
column-count:3;
|
2023-03-09 01:05:24 +01:00
|
|
|
}
|
|
|
|
}
|
2023-06-27 16:24:19 +02:00
|
|
|
.block-library-query-pattern__selection-modal .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{
|
|
|
|
break-inside:avoid-column;
|
2023-03-09 01:05:24 +01:00
|
|
|
}
|
|
|
|
.block-library-query-pattern__selection-modal .block-library-query-pattern__selection-search{
|
|
|
|
background:#fff;
|
|
|
|
margin-bottom:2px;
|
|
|
|
padding:16px 0;
|
|
|
|
position:sticky;
|
|
|
|
top:0;
|
|
|
|
z-index:2;
|
|
|
|
}
|
|
|
|
|
|
|
|
.block-library-query-toolspanel__filters .components-form-token-field__help{
|
|
|
|
margin-bottom:0;
|
|
|
|
}
|
|
|
|
.block-library-query-toolspanel__filters .block-library-query-inspector__taxonomy-control:not(:last-child){
|
|
|
|
margin-bottom:24px;
|
2023-09-26 16:23:26 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width:600px){
|
|
|
|
.wp-block-query__enhanced-pagination-modal{
|
|
|
|
max-width:480px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.wp-block-query__enhanced-pagination-notice{
|
|
|
|
margin:0;
|
2023-03-09 01:05:24 +01:00
|
|
|
}
|