From d27c8f4932fcc011bc56ad74371ad18b43cb091b Mon Sep 17 00:00:00 2001
From: rabuzarus <>
Date: Wed, 8 Feb 2017 02:18:42 +0100
Subject: [PATCH] fix oembeded video floating
---
view/global.css | 4 ++++
view/templates/oembed_video.tpl | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/view/global.css b/view/global.css
index 4dd4cd5726..3fb31a30cc 100644
--- a/view/global.css
+++ b/view/global.css
@@ -117,6 +117,10 @@ span.connector {
position: relative;
}
+.embed_video.active {
+ float: none;
+}
+
.embed_rich {
display: block;
transition: height .75s;
diff --git a/view/templates/oembed_video.tpl b/view/templates/oembed_video.tpl
index 8392c469cd..8645fea674 100644
--- a/view/templates/oembed_video.tpl
+++ b/view/templates/oembed_video.tpl
@@ -1,4 +1,4 @@
-
+