From eae224e3d5a9a82356291760d9acd9d652fbc3bb Mon Sep 17 00:00:00 2001 From: videogame hacker Date: Thu, 17 Feb 2022 22:39:07 +0000 Subject: [PATCH] Make the chat box thinner --- frontend/styles.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/styles.css b/frontend/styles.css index 3151a57..182e9f4 100644 --- a/frontend/styles.css +++ b/frontend/styles.css @@ -235,7 +235,8 @@ button.small-button { flex-direction: column; flex-grow: 1; flex-shrink: 1; - flex-basis: 55ch; + flex-basis: 36ch; + min-width: 36ch; overflow: hidden; }