Merge pull request #598 from xPaw/patch-4
Limit max size of inline images
This commit is contained in:
commit
97bb284078
@ -718,7 +718,7 @@ button {
|
||||
}
|
||||
#chat .toggle-content img {
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
max-height: 250px;
|
||||
display: block;
|
||||
margin: 2px 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user