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