From b69464b87da7aba5a10b88219290f71bf3998e87 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Tue, 27 Oct 2020 16:47:22 +0100 Subject: [PATCH] improve picture styling --- src/platform/web/ui/css/themes/element/theme.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/platform/web/ui/css/themes/element/theme.css b/src/platform/web/ui/css/themes/element/theme.css index b880c83d..d35e318f 100644 --- a/src/platform/web/ui/css/themes/element/theme.css +++ b/src/platform/web/ui/css/themes/element/theme.css @@ -505,6 +505,11 @@ ul.Timeline > li.messageStatus .message-container > p { --avatar-size: 25px; } +.message-container img.picture { + margin-top: 4px; + border-radius: 4px; +} + .TextMessageView.continuation .message-container { margin-top: 0; margin-bottom: 0;