Work progress on conversation page

This commit is contained in:
Pierre
2018-05-14 20:29:44 +02:00
parent bca2e6449e
commit bf00a52430
2 changed files with 56 additions and 4 deletions

View File

@ -12,4 +12,11 @@
.big-box-conversation .right .direct-chat-text {
float: right;
margin-right: 10px;
}
.big-box-conversation .direct-chat-text .message-img {
max-width: 100%;
max-height: 200px;
display: block;
margin: auto;
}