From: Jeroen De Meerleer Date: Fri, 19 Oct 2018 07:37:15 +0000 (+0200) Subject: fixed view of active embedded videos X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=65f2fc39e298f50c9ac2d338bc1af41afe8a0ac8;p=friendica.git fixed view of active embedded videos --- diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index c563dd121a..bf5d2e1008 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -1781,6 +1781,12 @@ code > .hl-main { .oembed.video .embed_video > div:hover { background-color: rgba(0,0,0,0); } +.oembed.video .embed_video.active { + margin: 1em 0; +} +.oembed.video .embed_video.active iframe { + width: 100% !important; +} .wall-item-tags, .itemedited { margin-top: 10px;