FIX: Correct CSS for instagram video play icon

This commit is contained in:
David Taylor 2019-05-10 10:46:07 +01:00
parent 2c6b595eed
commit abbe812a0d

View File

@ -251,6 +251,15 @@ aside.onebox {
clear: both;
position: relative;
.instagram-image,
.scale-image {
padding: 5px 5px 5px 5px;
max-width: 100%;
max-height: 100%;
float: none;
}
}
.instagram-video-icon {
&:before {
opacity: 0.8;
@ -263,15 +272,6 @@ aside.onebox {
right: 10px;
position: absolute;
}
.instagram-image,
.scale-image {
padding: 5px 5px 5px 5px;
max-width: 100%;
max-height: 100%;
float: none;
}
}
}
}