From 9de04ef3de84027511a2bc47d178c83634b21486 Mon Sep 17 00:00:00 2001 From: Calixte Denizet Date: Fri, 12 Dec 2025 17:33:20 +0100 Subject: [PATCH] Fix the position of the checkmark when the menu is displayed in RTL --- web/menu.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/menu.css b/web/menu.css index 1423307f5..9fd4e34b2 100644 --- a/web/menu.css +++ b/web/menu.css @@ -111,7 +111,7 @@ mask-image: var(--menuitem-checkmark-icon); background-color: var(--menu-text-color); position: absolute; - margin-left: -16px; + margin-inline-start: -16px; } &:has(button:disabled) { @@ -178,7 +178,7 @@ display: inline-block; width: max-content; height: auto; - text-align: left; + text-align: start; color: var(--menu-text-color); user-select: none; padding-inline-start: 6px;