From d3c0a029e8e504c423c4bf026495eea00c9e7831 Mon Sep 17 00:00:00 2001 From: Jeremy Zhang Date: Sun, 5 Nov 2017 06:43:36 +0000 Subject: [PATCH] Display image attachments in a new line --- webapp/titanembeds/static/css/embedstyle.css | 1 + 1 file changed, 1 insertion(+) diff --git a/webapp/titanembeds/static/css/embedstyle.css b/webapp/titanembeds/static/css/embedstyle.css index 37ca884..b9b9c23 100644 --- a/webapp/titanembeds/static/css/embedstyle.css +++ b/webapp/titanembeds/static/css/embedstyle.css @@ -594,6 +594,7 @@ p.mentioned span.chatmessage { max-width: 300px; max-height: 300px; object-fit: contain; + display: block; } #emoji-picker {