fix: chat - height fixed
This commit is contained in:
parent
b685a26a16
commit
da8e7f84ed
@ -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) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user