From 7c52c2d9d5f10623ccf479918ea5baed247a07b5 Mon Sep 17 00:00:00 2001
From: retoor <retoor@molodetz.nl>
Date: Tue, 1 Apr 2025 20:23:35 +0200
Subject: [PATCH] Update css.

---
 src/snek/templates/web.html | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/snek/templates/web.html b/src/snek/templates/web.html
index d386b67..3c7bbf9 100644
--- a/src/snek/templates/web.html
+++ b/src/snek/templates/web.html
@@ -11,7 +11,6 @@
             {% endautoescape %}
         {% endfor %}
     </div>
-    <chat-window style="display:none" class="chat-area"></chat-window>
     <footer class="chat-input">
         <textarea placeholder="Type a message..." rows="2"></textarea>
         <upload-button channel="{{ channel.uid.value }}"></upload-button>