From 1c8455a157dd45ef9e74ed5176a0a2125ab41ca5 Mon Sep 17 00:00:00 2001 From: rauner <29773634+rauner@users.noreply.github.com> Date: Fri, 8 Mar 2024 11:11:50 +0100 Subject: [PATCH] extend chat window --- rust_bot/static/chat.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust_bot/static/chat.css b/rust_bot/static/chat.css index 652f6c1..0ed5c48 100644 --- a/rust_bot/static/chat.css +++ b/rust_bot/static/chat.css @@ -8,7 +8,7 @@ #chat-window { width: 60%; margin: 10px; - height: 550px; + height: 900px; overflow-y: auto; background-color: #f7f7f7; padding: 10px;