style/canvas: tweak the arrowhead picker position

This commit is contained in:
Adorian Doran 2025-10-17 17:33:03 +03:00
parent 3194d848e1
commit cb275e5031

View File

@ -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 {