feat(client/rtl): handle margin-right

This commit is contained in:
Elian Doran
2025-10-08 17:45:31 +03:00
parent 247ab1aec3
commit 6b93013674
21 changed files with 51 additions and 51 deletions

View File

@@ -32,7 +32,7 @@ const TPL = /*html*/`
}
.find-widget-box > *, .replace-widget-box > *{
margin-right: 15px;
margin-inline-end: 15px;
}
.find-widget-box, .replace-widget-box {
@@ -167,7 +167,7 @@ export default class FindWidget extends NoteContextAwareWidget {
if (isIMEComposing(e.originalEvent as KeyboardEvent)) {
return;
}
if ((e.metaKey || e.ctrlKey) && (e.key === "F" || e.key === "f")) {
// If ctrl+f is pressed when the findbox is shown, select the
// whole input to find