Restructured addMessage function

This commit is contained in:
Pierre
2018-04-27 18:26:16 +02:00
parent 370512a6b6
commit 210e8406ad
2 changed files with 100 additions and 69 deletions

View File

@ -91,4 +91,12 @@
#conversationsElem .direct-chat-text.not-first-message::before,
#conversationsElem .direct-chat-text.not-first-message::after {
display: none;
}
#conversationsElem .direct-chat-msg.not-last-message-from-user {
margin-bottom: 0px;
}
#conversationsElem .direct-chat-msg.not-last-message-from-user .direct-chat-img {
margin-bottom: -5px;
}