From c316fe95e1f9a0b928d3d93255e16b7c0c00d7fd Mon Sep 17 00:00:00 2001 From: Martti Malmi Date: Fri, 15 May 2020 19:09:08 +0300 Subject: [PATCH] attachment max-height --- src/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/style.css b/src/css/style.css index 69e1697e..2dae7cc2 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -204,7 +204,7 @@ header #back-button { .msg-content img { border-radius: 3px; - max-height: 200px; + max-height: 250px; } .emoji {