From cb275e50318919d79e7f8be0aadb6b4dd591ecd6 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Fri, 17 Oct 2025 17:33:03 +0300 Subject: [PATCH] style/canvas: tweak the arrowhead picker position --- apps/client/src/stylesheets/theme-next/notes/canvas.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/client/src/stylesheets/theme-next/notes/canvas.css b/apps/client/src/stylesheets/theme-next/notes/canvas.css index 0113995eb..28603d7db 100644 --- a/apps/client/src/stylesheets/theme-next/notes/canvas.css +++ b/apps/client/src/stylesheets/theme-next/notes/canvas.css @@ -232,6 +232,11 @@ body[dir=rtl] .excalidraw .Island.App-menu__left { padding: 0; } +/* Picker */ +body[dir=ltr] .excalidraw .App-menu__left .buttonList .picker { + translate: -80% 0; +} + /* Properties panel */ body[dir=ltr] .excalidraw .exc-stats {