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
Charlotte Som 2022-02-16 05:50:04 +00:00
parent e9a1b762e7
commit 8c5c4df7a1
1 changed files with 1 additions and 0 deletions

View File

@ -158,6 +158,7 @@ button.small-button {
#chatbox-container {
display: none;
flex-direction: column;
}
.chat-message {