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:
parent
66b602a603
commit
0dda1068fb
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user