From 65f2fc39e298f50c9ac2d338bc1af41afe8a0ac8 Mon Sep 17 00:00:00 2001 From: Jeroen De Meerleer Date: Fri, 19 Oct 2018 09:37:15 +0200 Subject: [PATCH 1/2] 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; From bad7d1a9dcb9034d41094accb5588269c4077ea2 Mon Sep 17 00:00:00 2001 From: Jeroen De Meerleer Date: Fri, 19 Oct 2018 09:45:00 +0200 Subject: [PATCH 2/2] updated to match coding styles --- view/theme/frio/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index bf5d2e1008..c0577e04b8 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -1782,10 +1782,10 @@ code > .hl-main { background-color: rgba(0,0,0,0); } .oembed.video .embed_video.active { - margin: 1em 0; + margin: 1em 0; } .oembed.video .embed_video.active iframe { - width: 100% !important; + width: 100% !important; } .wall-item-tags, .itemedited {