Skip to content

Commit

Permalink
Deploying to gh-pages from @ ae95d7a 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
jogibear9988 committed Mar 1, 2024
1 parent 9b31688 commit f804052
Show file tree
Hide file tree
Showing 2,418 changed files with 2,138 additions and 156,562 deletions.
20 changes: 10 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
importShim.addImportMap(importMap);
</script>

<script src="./node_modules/monaco-editor/min/vs/loader.js"></script>
<script>
require.config({ paths: { 'vs': 'node_modules/monaco-editor/min/vs', 'vs/css': { disabled: true } } });
require(['vs/editor/editor.main'], () => { });
</script>
<script src="./node_modules/monaco-editor/min/vs/loader.js"></script>
<script>
require.config({ paths: { 'vs': 'node_modules/monaco-editor/min/vs', 'vs/css': { disabled: true } } });
require(['vs/editor/editor.main'], () => { });
</script>

<style>
body {
Expand All @@ -55,9 +55,9 @@

#root {
display: grid;
grid-template-areas:
"a c"
"b c";
grid-template-areas:
"a c"
"b c";
grid-template-columns: 200px 1fr;
grid-template-rows: 1fr 2fr;
height: 100%;
Expand All @@ -71,9 +71,9 @@
<div id="root">
<node-projects-palette-view style="grid-area: a;"></node-projects-palette-view>
<node-projects-property-grid-with-header style="grid-area: b;"></node-projects-property-grid-with-header>

</div>

</body>

<script type="module">
Expand Down
Loading

0 comments on commit f804052

Please sign in to comment.