prevent sticky chat and chatAndUsers for mobile

This commit is contained in:
Sebastian Castro 2020-04-15 16:11:23 +02:00 committed by muxator
parent c945c57a87
commit 5e6ceb071e
3 changed files with 17 additions and 2 deletions

View file

@ -66,4 +66,8 @@ input {
}
.right {
float: right
}
@media (max-width: 800px) {
.hide-for-mobile { display: none; }
}