Skip to content

Commit

Permalink
Editor height bug
Browse files Browse the repository at this point in the history
  • Loading branch information
robsimmons committed May 17, 2024
1 parent 7354310 commit a86f774
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions css/sketchzone.css
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,11 @@ button:hover {
grid-template-areas: 'viewer';
}

div#sketchzone-active-sketch.active-sketch-is-showing-editor #sketchzone-inspector-root {
height: var(--sketchzone-button-height);
--sketchzone-sketch-height: 0;
gap: 0;
}
div#sketchzone-active-sketch.active-sketch-is-showing-editor #sketchzone-inspector-contents {
display: none;
}
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sketchzone",
"version": "0.0.10",
"version": "0.0.11",
"type": "module",
"main": "lib/main.js",
"types": "lib/main.d.ts",
Expand Down

0 comments on commit a86f774

Please sign in to comment.