From 011d24a74b88ca0b9641fe3edaf48bcbc5d8ec24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar?= Date: Mon, 12 Feb 2024 19:32:37 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(article-navigation):=20adjus?= =?UTF-8?q?t=20spacing=20for=20RTL=20(#275)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/parts/_misc.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/sass/parts/_misc.scss b/sass/parts/_misc.scss index 1a6dc370d..90bb821ea 100644 --- a/sass/parts/_misc.scss +++ b/sass/parts/_misc.scss @@ -213,6 +213,16 @@ details summary { } } +:dir(rtl) .article-navigation { + div:first-child { + text-align: right; + } + + div:last-child { + text-align: left; + } +} + :dir(rtl) .arrow { display: inline-block; transform: rotate(180deg);