decrease max-height for #chat-window by 1vh

remotes/1693045480750635534/spooky-22
Aevann1 2022-08-30 04:00:24 +02:00
parent 7da380259c
commit 1c12a6a82f
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@
margin-top: 0.5rem;
}
#chat-window {
max-height: 63vh;
max-height: 62vh;
}
}