From: Michael Vogel Date: Thu, 30 Apr 2015 04:12:21 +0000 (+0200) Subject: The oembed iframe now has a class name to use it for stylesheets. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b5e10329f29014861d8e17fa15e00006feb29f4f;p=friendica.git The oembed iframe now has a class name to use it for stylesheets. --- diff --git a/include/oembed.php b/include/oembed.php index 69583167cf..a793bd8006 100755 --- a/include/oembed.php +++ b/include/oembed.php @@ -210,7 +210,7 @@ function oembed_iframe($src,$width,$height) { $a = get_app(); $s = $a->get_baseurl()."/oembed/".base64url_encode($src); - return ''; + return ''; } diff --git a/view/global.css b/view/global.css index c61ded6ae8..628bac7cfc 100644 --- a/view/global.css +++ b/view/global.css @@ -84,6 +84,10 @@ span.connector { position: relative; } +.embed_rich { + display: block; +} + /* Shared Messages */ .shared_header { height: 32px;