style/canvas: relocate the options panel to the side opposite to the tree

This commit is contained in:
Adorian Doran 2025-10-15 05:54:54 +03:00
parent 5951072f03
commit e6a88ddb04

View File

@ -45,4 +45,14 @@
:root .excalidraw .buttonList label.active {
border-color: transparent;
}
/* Options panel */
body[dir=ltr] .excalidraw .Island.App-menu__left {
right: 0;
}
body[dir=rtl] .excalidraw .Island.App-menu__left {
left: 0;
}