wordpress update 6.6.2
This commit is contained in:
@@ -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
@@ -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
@@ -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
5
wp/wp-includes/css/dist/edit-post/style.css
vendored
5
wp/wp-includes/css/dist/edit-post/style.css
vendored
@@ -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
10
wp/wp-includes/css/dist/editor/style-rtl.css
vendored
10
wp/wp-includes/css/dist/editor/style-rtl.css
vendored
@@ -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
10
wp/wp-includes/css/dist/editor/style.css
vendored
10
wp/wp-includes/css/dist/editor/style.css
vendored
@@ -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{
|
||||
|
||||
2
wp/wp-includes/css/dist/editor/style.min.css
vendored
2
wp/wp-includes/css/dist/editor/style.min.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user