Small changes

This commit is contained in:
Marijn Jansen
2017-01-11 15:26:01 +01:00
parent 38079cbcaf
commit 1e6e454de4
4 changed files with 34 additions and 8 deletions

View File

@@ -13,14 +13,14 @@
margin-right: 10px;
}
.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;