diff --git a/client/styles/chat.scss b/client/styles/chat.scss index 77f09da..e35382c 100644 --- a/client/styles/chat.scss +++ b/client/styles/chat.scss @@ -66,7 +66,7 @@ background-image: url(/message-mine.png) } - .message-text { + .text { padding: 5px 7px; word-wrap: break-word; @@ -76,6 +76,16 @@ } } + .picture { + padding: 4px 4px 0; + + img { + width: 220px; + height: 130px; + border-radius: 6px; + } + } + .message-timestamp { position: absolute; bottom: 2px;