Added Friend list in chat.

This commit is contained in:
Marijn Jansen
2017-01-11 14:38:07 +01:00
parent 916589dac7
commit 38079cbcaf
2 changed files with 10 additions and 2 deletions

View File

@@ -19,12 +19,16 @@
background-color: white;
}
/* List of chats. */
.chat-list {
height: 600px;
overflow-y: auto;
padding: 10px;
text-align: left;
}
.chat-conversation {
margin: 5px;
}
.chat-right {