From 167a8769e74ab19e4985ef7517f9fc0f8989cd84 Mon Sep 17 00:00:00 2001 From: Jonathan Desrosiers Date: Mon, 20 Jul 2020 13:27:58 +0000 Subject: [PATCH] =?UTF-8?q?Bundled=20Themes:=20Rebuild=20Twenty=20Nineteen?= =?UTF-8?q?=E2=80=99s=20RTL=20stylesheet.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This adds the changes from [48073] to the `style-rtl.css` file. See #45912. git-svn-id: https://develop.svn.wordpress.org/trunk@48514 602fd350-edb4-49c9-b593-d223f7449a82 --- .../themes/twentynineteen/style-rtl.css | 21 ++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/src/wp-content/themes/twentynineteen/style-rtl.css b/src/wp-content/themes/twentynineteen/style-rtl.css index 2e4e3fdbd3..e259abdb97 100644 --- a/src/wp-content/themes/twentynineteen/style-rtl.css +++ b/src/wp-content/themes/twentynineteen/style-rtl.css @@ -5640,7 +5640,7 @@ body.page .main-navigation { } @-moz-document url-prefix() { - .entry .entry-content .has-drop-cap:not(:focus)::first-letter { + .entry .entry-content .has-drop-cap:not(:focus):first-letter { margin-top: 0.2em; } } @@ -6023,6 +6023,25 @@ body.page .main-navigation { * is followed by an H1, or H2 */ } +.entry .entry-content .wp-block-separator:not(.wp-block-separator), +.entry .entry-content hr:not(.wp-block-separator) { + max-width: 100%; +} + +@media only screen and (min-width: 768px) { + .entry .entry-content .wp-block-separator:not(.wp-block-separator), + .entry .entry-content hr:not(.wp-block-separator) { + max-width: calc(8 * (100vw / 12) - 28px); + } +} + +@media only screen and (min-width: 1168px) { + .entry .entry-content .wp-block-separator:not(.wp-block-separator), + .entry .entry-content hr:not(.wp-block-separator) { + max-width: calc(6 * (100vw / 12) - 28px); + } +} + .entry .entry-content .wp-block-separator.is-style-wide, .entry .entry-content hr.is-style-wide { max-width: 100%;