From 65f2fc39e298f50c9ac2d338bc1af41afe8a0ac8 Mon Sep 17 00:00:00 2001 From: Jeroen De Meerleer Date: Fri, 19 Oct 2018 09:37:15 +0200 Subject: [PATCH] fixed view of active embedded videos --- view/theme/frio/css/style.css | 6 ++++++ 1 file changed, 6 insertions(+) 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; -- 2.39.5