feat: change message area back to using flex display, improvement for UI

This commit is contained in:
SauceyRed 2025-06-06 01:55:18 +02:00
parent d22e77ed14
commit 3899843a7c
Signed by: sauceyred
GPG key ID: 270B096EF6E9A462
2 changed files with 28 additions and 26 deletions

View file

@ -245,9 +245,8 @@ onMounted(async () => {
#messages {
overflow-y: scroll;
display: grid;
grid-template-columns: min-content 1fr;
gap: 1dvh;
display: flex;
flex-direction: column;
padding-left: 1dvw;
padding-right: 1dvw;
}