From 2e4eba5b719c2248ec8a25f819cae7b7e86a7664 Mon Sep 17 00:00:00 2001 From: Jared Goodwin Date: Sun, 23 Feb 2020 15:21:37 -0800 Subject: [PATCH] Update chat window size. --- Server/wwwroot/css/site.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Server/wwwroot/css/site.css b/Server/wwwroot/css/site.css index fb5b8036..f1de527a 100644 --- a/Server/wwwroot/css/site.css +++ b/Server/wwwroot/css/site.css @@ -225,7 +225,7 @@ span.label.code { position: fixed; right: 20px; bottom: 20px; - width: 250px; + width: 350px; } .chat-header { @@ -236,7 +236,7 @@ span.label.code { .chat-messages { overflow-y: auto; - height: 200px; + height: 250px; padding: 5px 10px; }