fixed view of active embedded videos

This commit is contained in:
Jeroen De Meerleer 2018-10-19 09:37:15 +02:00
parent ee5f86d836
commit 65f2fc39e2
1 changed files with 6 additions and 0 deletions

View 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;