vault backup: 2023-07-11 17:43:51
This commit is contained in:
parent
0b5a666de4
commit
4d99c6a327
3 changed files with 12 additions and 4 deletions
File diff suppressed because one or more lines are too long
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"id": "obsidian-excalidraw-plugin",
|
"id": "obsidian-excalidraw-plugin",
|
||||||
"name": "Excalidraw",
|
"name": "Excalidraw",
|
||||||
"version": "1.9.7",
|
"version": "1.9.8",
|
||||||
"minAppVersion": "1.1.6",
|
"minAppVersion": "1.1.6",
|
||||||
"description": "An Obsidian plugin to edit and view Excalidraw drawings",
|
"description": "An Obsidian plugin to edit and view Excalidraw drawings",
|
||||||
"author": "Zsolt Viczian",
|
"author": "Zsolt Viczian",
|
||||||
|
|
|
@ -357,3 +357,11 @@ div.excalidraw-draginfo {
|
||||||
.excalidraw .HelpDialog__key {
|
.excalidraw .HelpDialog__key {
|
||||||
background-color: var(--color-gray-80) !important;
|
background-color: var(--color-gray-80) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.excalidraw .iframe-menu {
|
||||||
|
width: fit-content;
|
||||||
|
height: fit-content;
|
||||||
|
position: absolute;
|
||||||
|
display: block;
|
||||||
|
z-index: var(--zIndex-layerUI);
|
||||||
|
}
|
Loading…
Reference in a new issue