Twenty Thirteen: Fix alignment of child blocks within the Cover block.
Props kjellr, melchoyce. Fixes #51224. Built from https://develop.svn.wordpress.org/trunk@50346 git-svn-id: http://core.svn.wordpress.org/trunk@49957 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
18a16e0a91
commit
ec38e1434a
|
@ -194,6 +194,20 @@ p.has-drop-cap:not(:focus)::first-letter {
|
|||
display: flex;
|
||||
}
|
||||
|
||||
body:not(.sidebar) .wp-block-cover > .wp-block-cover__inner-container > * {
|
||||
width: 604px;
|
||||
max-width: 100%;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 665px) {
|
||||
body:not(.sidebar) .wp-block-cover__inner-container > .wp-block-group.alignfull,
|
||||
body:not(.sidebar) .wp-block-cover__inner-container > .wp-block-group.has-background.alignfull {
|
||||
padding: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
/* File */
|
||||
|
||||
.wp-block-file .wp-block-file__button {
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.7-beta2-50345';
|
||||
$wp_version = '5.7-beta2-50346';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue