Some styling and html fixes.
This commit is contained in:
@ -148,6 +148,7 @@
|
||||
}
|
||||
|
||||
// hidding avatars when screen width is not big enough.
|
||||
// FIXME: how to apply this when the chat is beside video without iframe? (2024-04-02)
|
||||
@media screen and (max-width: 250px) {
|
||||
.message {
|
||||
&.chat-msg {
|
||||
@ -176,14 +177,8 @@
|
||||
|
||||
// Bigger occupants sidebar when width is not big enough.
|
||||
@media screen and (max-width: 576px) {
|
||||
.chatroom {
|
||||
.box-flyout {
|
||||
.chatroom-body {
|
||||
.occupants {
|
||||
min-width: 50%;
|
||||
}
|
||||
}
|
||||
}
|
||||
.chatroom .box-flyout .chatroom-body .occupants {
|
||||
min-width: 50%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user