feature: mobile - classes added

This commit is contained in:
gaelle morin
2021-01-19 19:59:24 +01:00
parent ba9fe94ca7
commit f2f33073fc
28 changed files with 205 additions and 158 deletions

View File

@ -1,3 +1,7 @@
.chat-view {
height: calc(100vh - 72px - 78px);
@media (max-width: 768px) {
height: calc(100vh - 50px - 68px);
}
}