fix: chat - height fixed

This commit is contained in:
gaelle morin 2021-07-02 11:38:43 +02:00
parent b685a26a16
commit da8e7f84ed
No known key found for this signature in database
GPG Key ID: 028426702B95CF9C
1 changed files with 8 additions and 4 deletions

View File

@ -1,8 +1,12 @@
#messages {
.chat-view {
height: calc(100vh - 50px - 78px);
.chat-view {
height: calc(100vh - 50px - 78px);
@media (max-width: 768px) {
height: calc(100vh - 50px - 68px);
}
}
.message-header {
@media (max-width: 768px) {