From 6c0569aa95f920d59980bedc878a9b8d14ac7fb0 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Wed, 29 Jul 2020 23:33:47 -0700 Subject: [PATCH] Style embeds --- webroot/styles/layout.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/webroot/styles/layout.css b/webroot/styles/layout.css index 2a8f5ccf6..455796b02 100644 --- a/webroot/styles/layout.css +++ b/webroot/styles/layout.css @@ -611,3 +611,9 @@ h2 { .extra-user-content table td { padding: 0.5em 1em; border: 1px solid #CCC; } + +.message-text iframe { + width: 100%; + height: 170px; + border-radius: 15px; +} \ No newline at end of file