X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrio%2Fcss%2Fstyle.css;h=58048efbcd8e4816adc4fbdfeac97c0681bcc8b3;hb=7ee8bdafc53a88fe51f233e14169bb4af0d376ab;hp=c563dd121a87bc6c680d775e388985f1e381b279;hpb=903290a764a4b4a56053aad7384842b211446828;p=friendica.git diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index c563dd121a..58048efbcd 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -1489,6 +1489,9 @@ section #jotOpen { .fbrowser.image .photo-album-image-wrapper { box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2); } +.fbrowser.image .photo-album-image-wrapper .caption { + pointer-events: none; +} .fbrowser .profile-rotator-wrapper { min-height: 200px; } @@ -1781,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;