Fixed chat date not showing

This commit is contained in:
Lars van Hijfte
2017-01-30 16:00:16 +01:00
parent b0a8ceafc3
commit 0b6ca72dfc
2 changed files with 16 additions and 1 deletions

View File

@@ -144,4 +144,10 @@ body {
.chat-message-other .chat-time {
text-align: right;
}
@media only screen and (max-width: 1200px) {
.chat-message-self, .chat-message-other {
max-width: 75%;
}
}