better console CSS

This commit is contained in:
STEINNI
2025-11-16 22:26:02 +00:00
parent 81bd47c282
commit 640d565d57
2 changed files with 25 additions and 9 deletions
+8 -3
View File
@@ -64,10 +64,15 @@ class KeyframeView extends WindozDomContent {
this.outputs.kfName.addEventListener('keyup', this.updateKfButtons.bind(this))
this.currentlySelectedAid = null
this.output('console',`
<div class="results">
JS 3D Console. for help, type "help"
<div class="inner-console">
<div class="results">
JS 3D Console. for help, type "help"
</div>
<div class="cols-2 commandline">
<textarea type="text" style=""></textarea>
<button class="icon-play" data-trigger="execCommand"></button>
</div>
</div>
<textarea type="text" style=""></textarea>
`)
}