From 3e3a7d380ee17e005da5ac820b9b96491d86fa60 Mon Sep 17 00:00:00 2001 From: Mehdy Khoshnoody Date: Sat, 24 Oct 2020 17:12:24 +0330 Subject: [PATCH] post-single(css): improve RTL support (#57) * Replace left with start for tables and block-quote --- assets/css/post-single.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/post-single.css b/assets/css/post-single.css index 57269ddf..3a61be5e 100644 --- a/assets/css/post-single.css +++ b/assets/css/post-single.css @@ -132,7 +132,7 @@ .post-content table th { font-size: 14px; - text-align: left; + text-align: start; } .post-content table:not(.highlighttable) td code:only-child { @@ -208,7 +208,7 @@ .post-content blockquote { margin: 0 calc(var(--gap) * -1); padding: 0 32px; - border-left: 2px solid var(--primary); + border-inline-start: 2px solid var(--primary); } .post-content hr {