diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 5fa84abdfe..58048efbcd 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -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;