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

---
 src/snek/static/base.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/snek/static/base.css b/src/snek/static/base.css
index db9dcb0..da74695 100644
--- a/src/snek/static/base.css
+++ b/src/snek/static/base.css
@@ -101,7 +101,7 @@ a {
 
 .message-list {
   flex: 1;
-  height: 200px;
+  height: 10px;
   padding-bottom: 40px;
   overflow-y: auto;
 }
@@ -112,7 +112,7 @@ a {
   scrollbar-width: none;
   -ms-overflow-style: none;
   padding: 10px;
-  height: 200px;
+  height: 10px;
   background: #000000;
 }