From e6a88ddb04d94309beeb491cb9f2b24abe069f1e Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Wed, 15 Oct 2025 05:54:54 +0300 Subject: [PATCH] style/canvas: relocate the options panel to the side opposite to the tree --- .../client/src/stylesheets/theme-next/notes/canvas.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/apps/client/src/stylesheets/theme-next/notes/canvas.css b/apps/client/src/stylesheets/theme-next/notes/canvas.css index 00b801cf8..6bc43e96f 100644 --- a/apps/client/src/stylesheets/theme-next/notes/canvas.css +++ b/apps/client/src/stylesheets/theme-next/notes/canvas.css @@ -45,4 +45,14 @@ :root .excalidraw .buttonList label.active { border-color: transparent; +} + +/* Options panel */ + +body[dir=ltr] .excalidraw .Island.App-menu__left { + right: 0; +} + +body[dir=rtl] .excalidraw .Island.App-menu__left { + left: 0; } \ No newline at end of file