Fix max width of image thumbnails in renderer

This commit is contained in:
chylex 2016-10-31 01:18:37 +01:00
parent b74b03d44d
commit 7d9d1a9869

View File

@ -207,7 +207,7 @@ body {
.message .thumbnail img {
max-height: 320px;
max-width: calc(100vw - 299px);
max-width: calc(100% - 20px);
border-radius: 3px;
}