Merge branch 'marijn-chat' into 'lars-chat'

# Conflicts:
#   website/views/chat-view.php
This commit is contained in:
Marijn Jansen
2017-01-11 15:31:49 +01:00
4 changed files with 44 additions and 7 deletions

View File

@@ -18,14 +18,14 @@
display: inline-flex;
}
.chat-list, .chat-history {
.chat-recent, .chat-history {
border-radius: 20px;
width: 100%;
background-color: white;
}
/* List of chats. */
.chat-list {
.chat-recent {
height: 600px;
overflow-y: auto;
padding: 10px;