forked from rDrama/rDrama
1
0
Fork 0

make chat-window smaller on mobile to prevent overflow

master
Aevann1 2022-08-15 07:29:24 +02:00
parent 01cc1726cc
commit 1addc05b19
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@
margin-top: 0.5rem;
}
#chat-window {
max-height: calc(100vh - 180px);
max-height: calc(100vh - 230px);
}
}