vault backup: 2023-07-11 17:43:51

This commit is contained in:
baalajimaestro 2023-07-11 17:43:51 +05:30
parent 0b5a666de4
commit 4d99c6a327
Signed by: baalajimaestro
GPG key ID: F93C394FE9BBAFD5
3 changed files with 12 additions and 4 deletions

File diff suppressed because one or more lines are too long

View file

@ -1,7 +1,7 @@
{
"id": "obsidian-excalidraw-plugin",
"name": "Excalidraw",
"version": "1.9.7",
"version": "1.9.8",
"minAppVersion": "1.1.6",
"description": "An Obsidian plugin to edit and view Excalidraw drawings",
"author": "Zsolt Viczian",

View file

@ -356,4 +356,12 @@ div.excalidraw-draginfo {
.excalidraw .HelpDialog__key {
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);
}