From db1bcfda4559e1032c559a1cb3bdfda3e72339f3 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Wed, 8 Oct 2025 17:50:54 +0300 Subject: [PATCH] feat(client/rtl): handle left --- apps/client/src/menus/context_menu.ts | 6 +-- apps/client/src/stylesheets/llm_chat.css | 6 +-- apps/client/src/stylesheets/print.css | 2 +- apps/client/src/stylesheets/style.css | 26 +++++------ .../src/stylesheets/theme-next/base.css | 6 +-- .../src/stylesheets/theme-next/dialogs.css | 4 +- .../src/stylesheets/theme-next/forms.css | 4 +- .../src/stylesheets/theme-next/notes/text.css | 6 +-- .../src/stylesheets/theme-next/shell.css | 24 +++++----- apps/client/src/widgets/FloatingButtons.css | 2 +- apps/client/src/widgets/close_zen_button.css | 2 +- .../widgets/collections/calendar/index.css | 2 +- .../src/widgets/collections/geomap/index.css | 6 +-- .../src/widgets/collections/table/index.css | 4 +- .../src/widgets/dialogs/popup_editor.ts | 2 +- .../client/src/widgets/promoted_attributes.ts | 2 +- apps/client/src/widgets/quick_search.ts | 44 +++++++++---------- apps/client/src/widgets/react/FormToggle.css | 4 +- apps/client/src/widgets/sync_status.ts | 2 +- apps/client/src/widgets/toc.ts | 2 +- .../ckeditor/mobile_editor_toolbar.css | 4 +- 21 files changed, 80 insertions(+), 80 deletions(-) diff --git a/apps/client/src/menus/context_menu.ts b/apps/client/src/menus/context_menu.ts index 574d3091c..7b8ded20e 100644 --- a/apps/client/src/menus/context_menu.ts +++ b/apps/client/src/menus/context_menu.ts @@ -151,7 +151,7 @@ class ContextMenu { .css({ display: "block", top: top, - left: left + "inset-inline-start": left }) .addClass("show"); } @@ -187,7 +187,7 @@ class ContextMenu { } // Create a new group to avoid column breaks before and after the seaparator / header. - // This is a workaround for Firefox not supporting break-before / break-after: avoid + // This is a workaround for Firefox not supporting break-before / break-after: avoid // for columns. if (shouldStartNewGroup) { $group = $("