Mobile friendly
This commit is contained in:
@@ -146,8 +146,20 @@ body {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 1200px) {
|
||||
@media only screen and (max-width: 1080px) {
|
||||
.chat-message-self, .chat-message-other {
|
||||
max-width: 75%;
|
||||
}
|
||||
.chat {
|
||||
left: 0;
|
||||
width: 100%;
|
||||
}
|
||||
#chat-recent-panel {
|
||||
left: 0;
|
||||
width: 320px;
|
||||
}
|
||||
#chat-history {
|
||||
left: 50%;
|
||||
width: calc(100% - 390px);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user