From 62744761c28b3668ad21091a6b1e76c74eb43759 Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Wed, 20 Jan 2016 18:16:27 +0200 Subject: [PATCH] Limit max size of inline images --- client/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/css/style.css b/client/css/style.css index a81f1adf..c8bc4062 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -718,7 +718,7 @@ button { } #chat .toggle-content img { max-width: 100%; - max-height: 100%; + max-height: 250px; display: block; margin: 2px 0; }