rebase on oct-10-2023
This commit is contained in:
@@ -18,21 +18,17 @@
|
||||
max-height:250px;
|
||||
}
|
||||
|
||||
@media (min-width:600px){
|
||||
.block-library-query-pattern__selection-modal .components-modal__frame{
|
||||
height:calc(100% - 120px);
|
||||
width:calc(100% - 32px);
|
||||
.block-library-query-pattern__selection-modal .block-editor-block-patterns-list{
|
||||
column-count:2;
|
||||
column-gap:24px;
|
||||
}
|
||||
@media (min-width:1280px){
|
||||
.block-library-query-pattern__selection-modal .block-editor-block-patterns-list{
|
||||
column-count:3;
|
||||
}
|
||||
}
|
||||
@media (min-width:782px){
|
||||
.block-library-query-pattern__selection-modal .components-modal__frame{
|
||||
width:750px;
|
||||
}
|
||||
}
|
||||
@media (min-width:960px){
|
||||
.block-library-query-pattern__selection-modal .components-modal__frame{
|
||||
height:70%;
|
||||
}
|
||||
.block-library-query-pattern__selection-modal .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{
|
||||
break-inside:avoid-column;
|
||||
}
|
||||
.block-library-query-pattern__selection-modal .block-library-query-pattern__selection-search{
|
||||
background:#fff;
|
||||
|
||||
Reference in New Issue
Block a user