fix(client/rtl): mobile detail menu appearing on the wrong side

This commit is contained in:
Elian Doran 2025-10-08 22:26:43 +03:00
parent a377a0ef15
commit f9a841245c
No known key found for this signature in database

View File

@ -150,8 +150,8 @@ class ContextMenu {
this.$widget this.$widget
.css({ .css({
display: "block", display: "block",
top: top, top,
"inset-inline-start": left left
}) })
.addClass("show"); .addClass("show");
} }