From 5614d3c48fb56170728054511c8bbfc9930a7edb Mon Sep 17 00:00:00 2001 From: Jeremy Zhang Date: Sun, 5 Nov 2017 06:34:46 +0000 Subject: [PATCH] Set inner content width to fill in rich embeds --- webapp/titanembeds/static/css/embedstyle.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/webapp/titanembeds/static/css/embedstyle.css b/webapp/titanembeds/static/css/embedstyle.css index 625553f..37ca884 100644 --- a/webapp/titanembeds/static/css/embedstyle.css +++ b/webapp/titanembeds/static/css/embedstyle.css @@ -525,6 +525,7 @@ p.mentioned span.chatmessage { .richembed .rich { margin: 10px; + width: 100%; } .richembed img { @@ -541,6 +542,10 @@ p.mentioned span.chatmessage { display: flex; } +.richembed .innercontent { + width: 100%; +} + .richembed .thumbnail { margin-left: 2px; }