]> git.mxchange.org Git - friendica.git/commitdiff
Merge pull request #5966 from JeroenED/theme/frio/oembed/view-active-class
authorHypolite Petovan <hypolite@mrpetovan.com>
Fri, 26 Oct 2018 23:25:30 +0000 (19:25 -0400)
committerGitHub <noreply@github.com>
Fri, 26 Oct 2018 23:25:30 +0000 (19:25 -0400)
fixed view of active embedded videos

view/theme/frio/css/style.css

index 5fa84abdfe2a48d4a20f961cf77c837b8dbef80a..58048efbcd8e4816adc4fbdfeac97c0681bcc8b3 100644 (file)
@@ -1784,6 +1784,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;