Chats: mobile styling

This commit is contained in:
Alex Gleason 2020-08-28 14:42:58 -05:00
parent 46323e088a
commit 572a1db9f7
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
3 changed files with 20 additions and 5 deletions

Binary file not shown.

Binary file not shown.

View file

@ -176,9 +176,24 @@
} }
} }
.column .chat-box { .ui--chatroom {
max-height: calc(100vh - 125px); padding-bottom: 0;
.columns-area__panels__main .columns-area {
height: calc(100vh - 100px);
box-sizing: border-box;
overflow: hidden; overflow: hidden;
@media(max-width: 630px) {
height: calc(100vh - 50px);
}
}
.page {
.chat-box {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
overflow: hidden;
}
}
} }