mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 07:08:55 +02:00
style/canvas: fix a layout glitch
This commit is contained in:
parent
e9aa37d049
commit
b6045e0831
@ -101,6 +101,11 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.excalidraw .App-menu.App-menu_top > .selected-shape-actions {
|
||||||
|
/* Fixes a layout glitch with the header when the options panel is visbile */
|
||||||
|
gap: 0;
|
||||||
|
}
|
||||||
|
|
||||||
/* The parent element of the "Library" button */
|
/* The parent element of the "Library" button */
|
||||||
.excalidraw .App-menu.App-menu_top > div:nth-child(3) {
|
.excalidraw .App-menu.App-menu_top > div:nth-child(3) {
|
||||||
flex-direction: row-reverse;
|
flex-direction: row-reverse;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user