From 2140ed360f1d9e52ebdbfb2602e11514fde32e1f Mon Sep 17 00:00:00 2001 From: AwesomestCode <53128754+AwesomestCode@users.noreply.github.com> Date: Tue, 2 Mar 2021 08:48:03 -0500 Subject: [PATCH] fix chat showing (#38) --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 6cdd82d..1fc1526 100644 --- a/index.html +++ b/index.html @@ -62,6 +62,7 @@ input[type=text] { background-color: rgba(0, 0, 0, 0.5); + display: none; } li { display: block;