kollapsminoriteten/wp-includes/blocks/query/editor-rtl.css

51 lines
1.4 KiB
CSS
Raw Normal View History

2023-04-26 17:39:43 +02:00
.block-library-query-toolbar__popover .components-popover__content{
min-width:230px;
2021-07-23 11:58:50 +02:00
}
2023-04-26 17:39:43 +02:00
.wp-block-query__create-new-link{
padding:0 52px 16px 16px;
2022-06-16 14:03:35 +02:00
}
2023-04-26 17:39:43 +02:00
.block-library-query__pattern-selection-content .block-editor-block-patterns-list{
grid-gap:8px;
display:grid;
grid-template-columns:1fr 1fr 1fr;
2022-06-16 14:03:35 +02:00
}
2023-04-26 17:39:43 +02:00
.block-library-query__pattern-selection-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{
margin-bottom:0;
2022-06-16 14:03:35 +02:00
}
2023-04-26 17:39:43 +02:00
.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;
2022-06-16 14:03:35 +02:00
}
2023-04-26 17:39:43 +02:00
@media (min-width:600px){
.block-library-query-pattern__selection-modal .components-modal__frame{
height:calc(100% - 120px);
width:calc(100% - 32px);
2022-06-16 14:03:35 +02:00
}
}
2023-04-26 17:39:43 +02:00
@media (min-width:782px){
.block-library-query-pattern__selection-modal .components-modal__frame{
width:750px;
2022-06-16 14:03:35 +02:00
}
}
2023-04-26 17:39:43 +02:00
@media (min-width:960px){
.block-library-query-pattern__selection-modal .components-modal__frame{
height:70%;
2022-06-16 14:03:35 +02:00
}
2022-12-15 17:47:31 +01:00
}
2023-04-26 17:39:43 +02: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;
}
2022-12-15 17:47:31 +01:00
2023-04-26 17:39:43 +02:00
.block-library-query-toolspanel__filters .components-form-token-field__help{
margin-bottom:0;
2022-12-15 17:47:31 +01:00
}
2023-04-26 17:39:43 +02:00
.block-library-query-toolspanel__filters .block-library-query-inspector__taxonomy-control:not(:last-child){
margin-bottom:24px;
2021-07-23 11:58:50 +02:00
}