From 0b5f3acd9fde7e4157a4e5e3a43f5881c5f6164e Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 23 Nov 2019 14:54:04 +0000 Subject: [PATCH] Twenty Twenty: Correctly align the author bio and bottom post meta on single posts on mobile. Props nielslange, Anlino. Fixes #48619. Built from https://develop.svn.wordpress.org/trunk@46762 git-svn-id: http://core.svn.wordpress.org/trunk@46562 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentytwenty/style-rtl.css | 4 ++-- wp-content/themes/twentytwenty/style.css | 4 ++-- wp-includes/version.php | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/wp-content/themes/twentytwenty/style-rtl.css b/wp-content/themes/twentytwenty/style-rtl.css index ed58877a77..269ddab62f 100644 --- a/wp-content/themes/twentytwenty/style-rtl.css +++ b/wp-content/themes/twentytwenty/style-rtl.css @@ -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 { diff --git a/wp-content/themes/twentytwenty/style.css b/wp-content/themes/twentytwenty/style.css index db208bc33f..4edd09fb12 100644 --- a/wp-content/themes/twentytwenty/style.css +++ b/wp-content/themes/twentytwenty/style.css @@ -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 { diff --git a/wp-includes/version.php b/wp-includes/version.php index 1ddcd95f87..0d60ac06f2 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.4-alpha-46761'; +$wp_version = '5.4-alpha-46762'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.