fixed view of active embedded videos
authorJeroen De Meerleer <me@jeroened.be>
Fri, 19 Oct 2018 07:37:15 +0000 (09:37 +0200)
committerJeroen De Meerleer <me@jeroened.be>
Fri, 19 Oct 2018 07:37:15 +0000 (09:37 +0200)
view/theme/frio/css/style.css

index c563dd1..bf5d2e1 100644 (file)
@@ -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;