We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94efbb3 commit 26c6760Copy full SHA for 26c6760
demo/index.html
@@ -30,10 +30,10 @@ <h1>Editor</h1>
30
31
<h1>Settings</h1>
32
<button id="settingsui">Open settings UI</button>
33
- <div id="settings-editor" class="editor"></div>
+ <div id="settings-editor" class="standalone-editor"></div>
34
<h1>Keybindings</h1>
35
<button id="keybindingsui">Open keybindings UI</button>
36
- <div id="keybindings-editor" class="editor"></div>
+ <div id="keybindings-editor" class="standalone-editor"></div>
37
</div>
38
<script type="module" src="/src/main.ts"></script>
39
</body>
demo/src/style.css
@@ -33,7 +33,7 @@ body {
height: 30vh;
}
-.editor {
+.standalone-editor {
width: 100%;
height: 55vh;
0 commit comments