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
.css({
display: "block",
top: top,
"inset-inline-start": left
top,
left
})
.addClass("show");
}