From 8c5c4df7a1bfe48dcc6e4eefdb209d266500e486 Mon Sep 17 00:00:00 2001 From: videogame hacker Date: Wed, 16 Feb 2022 05:50:04 +0000 Subject: [PATCH] Set flex-direction: column on the chatbox container This makes it display properly in the horizontal layout The vertical layout is still a little borked --- frontend/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/styles.css b/frontend/styles.css index 7b77ee4..effe50b 100644 --- a/frontend/styles.css +++ b/frontend/styles.css @@ -158,6 +158,7 @@ button.small-button { #chatbox-container { display: none; + flex-direction: column; } .chat-message {