From d7b085cfa0253f613d8aed42929d2e72b069530e Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Wed, 15 Oct 2025 07:05:57 +0300 Subject: [PATCH] style/canvas: relocate the properties panel --- .../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 bddccd4c9..2d08ed0bf 100644 --- a/apps/client/src/stylesheets/theme-next/notes/canvas.css +++ b/apps/client/src/stylesheets/theme-next/notes/canvas.css @@ -97,4 +97,14 @@ body[dir=rtl] .excalidraw .Island.App-menu__left { /* Options panel button bar */ :root .excalidraw .App-menu__left .buttonList { padding: 0; +} + +/* Properties panel */ + +body[dir=ltr] .excalidraw .exc-stats { + left: 0; +} + +body[dir=ltr] .excalidraw .exc-stats { + right: 0; } \ No newline at end of file