Chats: mobile styling
This commit is contained in:
parent
46323e088a
commit
572a1db9f7
3 changed files with 20 additions and 5 deletions
Binary file not shown.
Binary file not shown.
|
@ -176,9 +176,24 @@
|
|||
}
|
||||
}
|
||||
|
||||
.column .chat-box {
|
||||
max-height: calc(100vh - 125px);
|
||||
.ui--chatroom {
|
||||
padding-bottom: 0;
|
||||
|
||||
.columns-area__panels__main .columns-area {
|
||||
height: calc(100vh - 100px);
|
||||
box-sizing: border-box;
|
||||
overflow: hidden;
|
||||
|
||||
@media(max-width: 630px) {
|
||||
height: calc(100vh - 50px);
|
||||
}
|
||||
}
|
||||
|
||||
.page {
|
||||
.chat-box {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue