From 2c836875d21421b5ed64fb3dda196f746441d85e Mon Sep 17 00:00:00 2001 From: Parker TenBroeck <51721964+ParkerTenBroeck@users.noreply.github.com> Date: Sun, 11 Jan 2026 00:44:11 -0500 Subject: [PATCH] fixed terminal not being visible, fixed issue with style --- web/root/src/main.ts | 1 + web/root/style/style.scss | 1 + 2 files changed, 2 insertions(+) diff --git a/web/root/src/main.ts b/web/root/src/main.ts index c8d68a0..f8f4bd9 100644 --- a/web/root/src/main.ts +++ b/web/root/src/main.ts @@ -7,5 +7,6 @@ import "./examples.ts" import "./visualizer.ts" import "./editor.ts" import "./simulation.ts" +import "./terminal.ts" bus.emit("begin", undefined); \ No newline at end of file diff --git a/web/root/style/style.scss b/web/root/style/style.scss index 2534d55..07499e6 100644 --- a/web/root/style/style.scss +++ b/web/root/style/style.scss @@ -20,6 +20,7 @@ body { width: 100vw; overflow: hidden; background-color: var(--bg-0); + display: flex; } .graph {