Block Editor: Update the packages with a number of fixes targeted for Beta 4.
It includes fixes from these two backport PRs: - https://github.com/WordPress/gutenberg/pull/32992 - https://github.com/WordPress/gutenberg/pull/32956 Props gziolo, ryelle, ntsekouras, desrosj, jorgefilipecosta. See #53397 Built from https://develop.svn.wordpress.org/trunk@51241 git-svn-id: http://core.svn.wordpress.org/trunk@50850 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
5
wp-includes/css/dist/edit-post/style.css
vendored
5
wp-includes/css/dist/edit-post/style.css
vendored
@@ -1073,10 +1073,6 @@ body.is-fullscreen-mode .edit-post-layout .components-editor-notices__snackbar {
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
.edit-post-layout .interface-interface-skeleton__content {
|
||||
background-color: #2f2f2f;
|
||||
}
|
||||
|
||||
@media (min-width: 600px) {
|
||||
.edit-post-manage-blocks-modal {
|
||||
height: calc(100% - 60px - 60px);
|
||||
@@ -1753,6 +1749,7 @@ h2.edit-post-template-summary__title {
|
||||
position: relative;
|
||||
display: flex;
|
||||
flex-flow: column;
|
||||
background-color: #2f2f2f;
|
||||
flex: 1 1 auto;
|
||||
}
|
||||
.edit-post-visual-editor .components-button {
|
||||
|
||||
Reference in New Issue
Block a user