53 lines
1.4 KiB
CSS
53 lines
1.4 KiB
CSS
.block-library-query-toolbar__popover .components-popover__content{
|
|
min-width:230px;
|
|
}
|
|
|
|
.wp-block-query__create-new-link{
|
|
padding:0 56px 16px 16px;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
.block-editor-query-pattern__selection-modal .components-modal__content{
|
|
margin-bottom:60px;
|
|
padding:0;
|
|
}
|
|
.block-editor-query-pattern__selection-modal .components-modal__content:before{
|
|
margin-bottom:0;
|
|
}
|
|
|
|
@media (min-width:600px){
|
|
.block-editor-query-pattern__selection-modal{
|
|
height:calc(100% - 120px);
|
|
width:calc(100% - 32px);
|
|
}
|
|
}
|
|
@media (min-width:782px){
|
|
.block-editor-query-pattern__selection-modal{
|
|
width:750px;
|
|
}
|
|
}
|
|
@media (min-width:960px){
|
|
.block-editor-query-pattern__selection-modal{
|
|
height:80%;
|
|
max-height:none;
|
|
width:80%;
|
|
}
|
|
}
|
|
|
|
.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;
|
|
} |