Merge pull request #5966 from JeroenED/theme/frio/oembed/view-active-class
fixed view of active embedded videos
This commit is contained in:
commit
7ee8bdafc5
1 changed files with 6 additions and 0 deletions
|
@ -1784,6 +1784,12 @@ code > .hl-main {
|
||||||
.oembed.video .embed_video > div:hover {
|
.oembed.video .embed_video > div:hover {
|
||||||
background-color: rgba(0,0,0,0);
|
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,
|
.wall-item-tags,
|
||||||
.itemedited {
|
.itemedited {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
|
|
Loading…
Reference in a new issue