mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-04 01:39:37 +01:00
043e2016a3
Props aristath, adamsilverstein, SergeyBiryukov, gziolo. Fixes #56388. Built from https://develop.svn.wordpress.org/trunk@55193 git-svn-id: http://core.svn.wordpress.org/trunk@54726 1a063a9b-81f0-0310-95a4-ce76da25c4cd
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 16px 16px 56px;
|
|
}
|
|
|
|
.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;
|
|
} |