adjusting chat height on mobile

master
Aevann 2024-04-06 07:07:56 +02:00
parent 317580358d
commit 35283e0649
1 changed files with 2 additions and 2 deletions

View File

@ -68,10 +68,10 @@ blockquote {
font-size: 12px !important;
}
#chat-window {
max-height: calc(100vh - 250px);
max-height: calc(100vh - 350px);
}
.chat-window-1 {
max-height: calc(100vh - 208px) !important;
max-height: calc(100vh - 308px) !important;
}
}