From 790a8101d22234587704f658aaaa0220019e93c0 Mon Sep 17 00:00:00 2001 From: Christian Heller <c.heller@plomlompom.de> Date: Sat, 31 Oct 2020 10:31:55 +0100 Subject: [PATCH] Actually hide the textarea. --- new2/rogue_chat_nocanvas_monochrome.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/new2/rogue_chat_nocanvas_monochrome.html b/new2/rogue_chat_nocanvas_monochrome.html index 89e4025..de0aa6a 100644 --- a/new2/rogue_chat_nocanvas_monochrome.html +++ b/new2/rogue_chat_nocanvas_monochrome.html @@ -12,7 +12,7 @@ rows: <input id="n_rows" type="number" step=2 min=10 value=24 /> cols: <input id="n_cols" type="number" step=4 min=20 value=80 /> </div> <pre id="terminal" style="display: inline-block;"></pre> -<textarea id="input" style="opacity: 1; width: 10px;"></textarea> +<textarea id="input" style="opacity: 0; width: 0px;"></textarea> <script> "use strict"; let websocket_location = "ws://localhost:8000"; -- 2.30.2