rebase on oct-10-2023

This commit is contained in:
Rachit Bhargava
2023-10-10 17:23:21 -04:00
parent d37566ffb6
commit d096058d7d
4789 changed files with 254611 additions and 307223 deletions

View File

@@ -1,6 +1,6 @@
{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 2,
"apiVersion": 3,
"name": "core/freeform",
"title": "Classic",
"category": "text",
@@ -9,7 +9,7 @@
"attributes": {
"content": {
"type": "string",
"source": "html"
"source": "raw"
}
},
"supports": {

View File

@@ -299,4 +299,33 @@ div[data-type="core/freeform"].is-selected .block-library-classic__toolbar{
}
.block-library-classic__toolbar.has-advanced-toolbar .mce-toolbar-grp .mce-toolbar{
display:block;
}
@media (min-width:960px){
.block-editor-freeform-modal .components-modal__frame{
height:9999rem;
}
.block-editor-freeform-modal .components-modal__frame .components-modal__header+div{
height:100%;
}
.block-editor-freeform-modal .components-modal__frame .mce-tinymce{
height:calc(100% - 52px);
}
.block-editor-freeform-modal .components-modal__frame .mce-container-body{
display:flex;
flex-direction:column;
height:100%;
}
.block-editor-freeform-modal .components-modal__frame .mce-edit-area{
display:flex;
flex-direction:column;
flex-grow:1;
}
.block-editor-freeform-modal .components-modal__frame .mce-edit-area iframe{
flex-grow:1;
height:10px !important;
}
}
.block-editor-freeform-modal__actions{
margin-top:16px;
}

File diff suppressed because one or more lines are too long

View File

@@ -299,4 +299,33 @@ div[data-type="core/freeform"].is-selected .block-library-classic__toolbar{
}
.block-library-classic__toolbar.has-advanced-toolbar .mce-toolbar-grp .mce-toolbar{
display:block;
}
@media (min-width:960px){
.block-editor-freeform-modal .components-modal__frame{
height:9999rem;
}
.block-editor-freeform-modal .components-modal__frame .components-modal__header+div{
height:100%;
}
.block-editor-freeform-modal .components-modal__frame .mce-tinymce{
height:calc(100% - 52px);
}
.block-editor-freeform-modal .components-modal__frame .mce-container-body{
display:flex;
flex-direction:column;
height:100%;
}
.block-editor-freeform-modal .components-modal__frame .mce-edit-area{
display:flex;
flex-direction:column;
flex-grow:1;
}
.block-editor-freeform-modal .components-modal__frame .mce-edit-area iframe{
flex-grow:1;
height:10px !important;
}
}
.block-editor-freeform-modal__actions{
margin-top:16px;
}

File diff suppressed because one or more lines are too long