Twenty Twenty: Correctly align the author bio and bottom post meta on single posts on mobile.
Props nielslange, Anlino. Merges [46762] to the 5.3 branch. Fixes #48619. Built from https://develop.svn.wordpress.org/branches/5.3@46767 git-svn-id: http://core.svn.wordpress.org/branches/5.3@46567 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
51ba5fd05b
commit
e5296ce359
|
@ -2411,7 +2411,7 @@ h2.entry-title {
|
|||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
max-width: 58rem;
|
||||
width: calc(100% - 4rem);
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.post-meta {
|
||||
|
@ -2575,7 +2575,7 @@ h2.entry-title {
|
|||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
max-width: 58rem;
|
||||
width: calc(100% - 4rem);
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.hide-avatars .author-bio {
|
||||
|
|
|
@ -2427,7 +2427,7 @@ h2.entry-title {
|
|||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
max-width: 58rem;
|
||||
width: calc(100% - 4rem);
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.post-meta {
|
||||
|
@ -2591,7 +2591,7 @@ h2.entry-title {
|
|||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
max-width: 58rem;
|
||||
width: calc(100% - 4rem);
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.hide-avatars .author-bio {
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.3.1-alpha-46766';
|
||||
$wp_version = '5.3.1-alpha-46767';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue