style/canvas: relocate the properties panel

This commit is contained in:
Adorian Doran 2025-10-15 07:05:57 +03:00
parent bde658d2ac
commit d7b085cfa0

View File

@ -98,3 +98,13 @@ body[dir=rtl] .excalidraw .Island.App-menu__left {
: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;
}