feat: add padding on the sides of the message text input

This commit is contained in:
SauceyRed 2025-05-29 16:35:34 +02:00
parent c8598b39e6
commit 1d0fde3e36
Signed by: sauceyred
GPG key ID: 270B096EF6E9A462

View file

@ -133,6 +133,8 @@ onMounted(async () => {
background-color: rgb(50, 50, 50);
border: none;
color: inherit;
padding-left: 1dvw;
padding-right: 1dvw;
}
#messages {