Can show first message

This commit is contained in:
Pierre
2017-06-25 19:10:26 +02:00
parent fee007d127
commit 7f22b6004c
4 changed files with 144 additions and 11 deletions

View File

@ -62,4 +62,11 @@
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
}
/**
* Conversations messages
*/
#conversationsElem .conversation-msg-image {
height: 50px;
}