From d15c56fe92b505e4a845afa3f71ce9eb51406260 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Charaoui?= Date: Thu, 19 Oct 2023 10:51:36 -0400 Subject: [PATCH] fix footer onion pattern for rtl text direction --- assets/scss/_tpo.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/scss/_tpo.scss b/assets/scss/_tpo.scss index aabb7c1..9962df6 100644 --- a/assets/scss/_tpo.scss +++ b/assets/scss/_tpo.scss @@ -49,6 +49,10 @@ footer .border{ max-height: 280px; } +.footer .onion-pattern:dir(rtl) { + transform: scaleX(-1); +} + .footer .download-section { max-width: 36rem; }