Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
blurymind committed Sep 10, 2024
1 parent e0cbdbd commit aa17437
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions index.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion public/plugins/plugin-editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const addEsVersionToEditor = editor => {
"asi": true // disable "Missing semicolon." warning in editor for JavaScript
}]);
}
const HEIGHT = '80vh';
const HEIGHT = '85vh';
const addStyleSheet = (path, root = document.head) => {
const styleEl = document.createElement("link")
styleEl.setAttribute("rel", "stylesheet")
Expand Down
2 changes: 1 addition & 1 deletion public/version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.4.360"
"version": "0.4.361"
}
2 changes: 1 addition & 1 deletion sw.js

Large diffs are not rendered by default.

0 comments on commit aa17437

Please sign in to comment.