From 90973f9774a81d56f0a107dfc7f52cd10501a50c Mon Sep 17 00:00:00 2001 From: Moros Smith Date: Sat, 24 Aug 2024 01:52:42 -0400 Subject: [PATCH] remove PGEtinker specifics --- emscripten_shell.html | 61 +------------------------------------------ 1 file changed, 1 insertion(+), 60 deletions(-) diff --git a/emscripten_shell.html b/emscripten_shell.html index 5c4ff2c..ddbfb82 100644 --- a/emscripten_shell.html +++ b/emscripten_shell.html @@ -40,30 +40,6 @@ bottom: 0; } - #output { - position: fixed; - display: none; - font-family: 'Courier New', Courier, monospace; - width: 100%; - height: 15vh; - top:85vh; - bottom: 0; - margin-left: 1rem; - padding-left: 1rem; - background: #000; - color: #fff; - outline: none; - border: none; - } - - #container.show-console { - bottom: 15vh; - } - - #output.show-console { - display: block; - } - #canvas { display: block; border: 0px none; @@ -75,12 +51,6 @@ outline: none; } - #toggle-console { - display: none; - position: fixed; - top: 1rem; - left: 1rem; - } @@ -88,16 +58,12 @@
- {{{ SCRIPT }}}