mirror of
https://github.com/zadam/trilium.git
synced 2025-10-21 15:49:00 +02:00
style/canvas: relocate the options panel to the side opposite to the tree
This commit is contained in:
parent
5951072f03
commit
e6a88ddb04
@ -46,3 +46,13 @@
|
|||||||
:root .excalidraw .buttonList label.active {
|
:root .excalidraw .buttonList label.active {
|
||||||
border-color: transparent;
|
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;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user