Skip to content

Commit

Permalink
css tweak to allow click on top section of Excalidraw canvas
Browse files Browse the repository at this point in the history
  • Loading branch information
zsviczian committed May 8, 2022
1 parent bf8de3d commit 16c23ea
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "excalibrain",
"name": "ExcaliBrain",
"version": "0.0.8",
"version": "0.0.9",
"minAppVersion": "0.14.0",
"description": "A clean, intuitive and editable graph view for Obsidian",
"author": "Zsolt Viczian",
Expand Down
3 changes: 3 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
padding-left: 10px;
width: 100%;
padding-right: 10px;
pointer-events: none;
}

.excalibrain-history-wrapper {
Expand Down Expand Up @@ -81,13 +82,15 @@
max-width: 400px;
width: 100%;
vertical-align: middle;
pointer-events: all;
}

.excalibrain-buttons {
display: inline-flex;
width: 100%;
margin-top: 5px;
margin-left: -5px;
pointer-events: all;
}

.excalibrain-settings-colorlabel {
Expand Down
2 changes: 1 addition & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"0.0.8": "0.14.0"
"0.0.9": "0.14.0"
}

0 comments on commit 16c23ea

Please sign in to comment.