Update chat window size.

This commit is contained in:
Jared Goodwin 2020-02-23 15:21:37 -08:00
parent 7c97be8e58
commit 2e4eba5b71

View File

@ -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;
}