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; }