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 @@