fixed terminal not being visible, fixed issue with style

This commit is contained in:
Parker TenBroeck 2026-01-11 00:44:11 -05:00
parent a2f960abfb
commit 2c836875d2
2 changed files with 2 additions and 0 deletions

View file

@ -7,5 +7,6 @@ import "./examples.ts"
import "./visualizer.ts" import "./visualizer.ts"
import "./editor.ts" import "./editor.ts"
import "./simulation.ts" import "./simulation.ts"
import "./terminal.ts"
bus.emit("begin", undefined); bus.emit("begin", undefined);

View file

@ -20,6 +20,7 @@ body {
width: 100vw; width: 100vw;
overflow: hidden; overflow: hidden;
background-color: var(--bg-0); background-color: var(--bg-0);
display: flex;
} }
.graph { .graph {