Merge pull request #598 from xPaw/patch-4

Limit max size of inline images
This commit is contained in:
Mattias Erming 2016-01-24 15:50:50 +01:00
commit 97bb284078

View File

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