fix incorrect value

master
Aevann 2024-04-06 07:17:34 +02:00
parent 06dd3dcc00
commit b05a4f32b6
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ blockquote {
font-size: 12px !important;
}
#chat-window {
max-height: calc(100vh - 305px);
max-height: calc(100vh - 295px);
}
.chat-window-1 {
max-height: calc(100vh - 263px) !important;