feat: add top margin for message box

This commit is contained in:
SauceyRed 2025-05-29 04:30:24 +02:00
parent d80731a1c0
commit 94fa7dc1c0
Signed by: sauceyred
GPG key ID: 270B096EF6E9A462

View file

@ -115,6 +115,7 @@ onMounted(async () => {
padding-bottom: 1dvh;
padding-top: 1dvh;
margin-bottom: 1dvh;
margin-top: 1dvh;
}
#message-input {