From 19d4c8e0381b3a76885e90e643ebd9b8297d6ecc Mon Sep 17 00:00:00 2001 From: windingwind <33902321+windingwind@users.noreply.github.com> Date: Mon, 8 Jul 2024 09:34:09 +0800 Subject: [PATCH] Fix RTL: Wrong direction of PDF page preview next/forward buttons fix: #4333 --- scss/elements/_attachmentPreview.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/scss/elements/_attachmentPreview.scss b/scss/elements/_attachmentPreview.scss index 1779a58cef..572589b846 100644 --- a/scss/elements/_attachmentPreview.scss +++ b/scss/elements/_attachmentPreview.scss @@ -70,6 +70,7 @@ attachment-preview { position: relative; margin-top: -28px; bottom: 6px; + direction: ltr; toolbarbutton { padding: 4px;