Limit max size of inline images

This commit is contained in:
Pavel Djundik 2016-01-20 18:16:27 +02:00
parent 962bdecf28
commit 62744761c2

View file

@ -718,7 +718,7 @@ button {
}
#chat .toggle-content img {
max-width: 100%;
max-height: 100%;
max-height: 250px;
display: block;
margin: 2px 0;
}