wordpress update 6.6.2

This commit is contained in:
Tony Volpe
2024-09-10 12:45:50 -04:00
parent daa614524b
commit 44b413346f
46 changed files with 309 additions and 174 deletions

View File

@@ -2270,7 +2270,7 @@ p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[
display:block;
height:100%;
}
.wp-block-post-featured-image img{
.wp-block-post-featured-image :where(img){
box-sizing:border-box;
height:auto;
max-width:100%;

File diff suppressed because one or more lines are too long

View File

@@ -2270,7 +2270,7 @@ p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[
display:block;
height:100%;
}
.wp-block-post-featured-image img{
.wp-block-post-featured-image :where(img){
box-sizing:border-box;
height:auto;
max-width:100%;

File diff suppressed because one or more lines are too long

View File

@@ -85,11 +85,6 @@
content:none;
}
.edit-post-visual-editor:not(.is-iframed){
flex:1 0 auto;
height:auto;
}
.edit-post-layout__metaboxes{
clear:both;
flex-shrink:0;

File diff suppressed because one or more lines are too long

View File

@@ -85,11 +85,6 @@
content:none;
}
.edit-post-visual-editor:not(.is-iframed){
flex:1 0 auto;
height:auto;
}
.edit-post-layout__metaboxes{
clear:both;
flex-shrink:0;

File diff suppressed because one or more lines are too long

View File

@@ -854,6 +854,14 @@ body.is-fullscreen-mode .interface-interface-skeleton{
height:61px;
}
.editor-editor-interface .interface-interface-skeleton__content{
isolation:isolate;
}
.editor-visual-editor{
flex:1 0 auto;
}
.components-editor-notices__dismissible,.components-editor-notices__pinned{
color:#1e1e1e;
left:0;
@@ -2458,8 +2466,6 @@ h3.components-heading.editor-template-areas__title{
align-items:center;
background-color:#ddd;
display:block;
height:100%;
isolation:isolate;
position:relative;
}
.editor-visual-editor.is-resizable{

File diff suppressed because one or more lines are too long

View File

@@ -854,6 +854,14 @@ body.is-fullscreen-mode .interface-interface-skeleton{
height:61px;
}
.editor-editor-interface .interface-interface-skeleton__content{
isolation:isolate;
}
.editor-visual-editor{
flex:1 0 auto;
}
.components-editor-notices__dismissible,.components-editor-notices__pinned{
color:#1e1e1e;
left:0;
@@ -2458,8 +2466,6 @@ h3.components-heading.editor-template-areas__title{
align-items:center;
background-color:#ddd;
display:block;
height:100%;
isolation:isolate;
position:relative;
}
.editor-visual-editor.is-resizable{

File diff suppressed because one or more lines are too long