Add shadow to images.

This helps them stand out from the other messages. In the future,
we'll also allow clicking on them to enlarge.
This commit is contained in:
Danila Fedorin 2019-03-17 12:44:52 -07:00
parent 66b602a603
commit 0dda1068fb
1 changed files with 3 additions and 0 deletions

View File

@ -247,6 +247,9 @@ table.messages-table {
img {
max-width: 90%;
max-height: 400px;
margin-top: 10px;
margin-bottom: 10px;
box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
}
.sending {