From d79e34e4506d287e9c140c840cdd86cbe73442f5 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Sun, 10 May 2020 09:59:51 +0200 Subject: [PATCH] fix image height scaling when full width doesn't fit on screen --- src/ui/web/css/timeline.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ui/web/css/timeline.css b/src/ui/web/css/timeline.css index 83d3af58..1a84f8c9 100644 --- a/src/ui/web/css/timeline.css +++ b/src/ui/web/css/timeline.css @@ -28,6 +28,7 @@ .message-container img { max-width: 100%; + height: 100%; display: block; }