From 968f5430830bcc57fe99f0f8d4c3ede75ee8a721 Mon Sep 17 00:00:00 2001 From: Amin Basiri Date: Tue, 5 Apr 2022 17:16:34 +0430 Subject: [PATCH 1/2] Force padding-right in RTL Force padding-right for navigation child indentation in RTL --- source/stylesheets/_rtl.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/stylesheets/_rtl.scss b/source/stylesheets/_rtl.scss index 720719a0216..e0c438e6281 100644 --- a/source/stylesheets/_rtl.scss +++ b/source/stylesheets/_rtl.scss @@ -19,7 +19,7 @@ $default: auto; } .toc-h2 { - padding-#{right}: $nav-padding + $nav-indent; + padding-#{right}: $nav-padding + $nav-indent !important; } #nav-button { From a52cf16fcae90e22942b4a23f99342b461f6f454 Mon Sep 17 00:00:00 2001 From: Amin Basiri Date: Wed, 6 Apr 2022 11:03:49 +0430 Subject: [PATCH 2/2] Change bullet lists direction to RTL --- source/stylesheets/_rtl.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/source/stylesheets/_rtl.scss b/source/stylesheets/_rtl.scss index e0c438e6281..8cf5ddc2d05 100644 --- a/source/stylesheets/_rtl.scss +++ b/source/stylesheets/_rtl.scss @@ -70,6 +70,7 @@ $default: auto; } &>ul, &>ol { + direction: rtl; padding-#{right}: $main-padding + 15px; } table {