fix: chat height

This commit is contained in:
Alejandro Gomez 2023-07-09 01:04:01 +02:00
parent 6dd6c6324f
commit 12366bdf2c
No known key found for this signature in database
GPG Key ID: 4DF39E566658C817

View File

@ -4,7 +4,7 @@
flex-direction: column;
padding: 8px 16px;
border: none;
height: calc(100vh - 56px - 64px - 16px - 230px);
height: calc(100vh - 56px - 64px - 36px - 230px);
}
@media (min-width: 768px) {