diff --git a/app/assets/stylesheets/common/base/onebox.scss b/app/assets/stylesheets/common/base/onebox.scss
index 9a1e348b90a..12aca57a8ba 100644
--- a/app/assets/stylesheets/common/base/onebox.scss
+++ b/app/assets/stylesheets/common/base/onebox.scss
@@ -251,19 +251,6 @@ aside.onebox {
clear: both;
position: relative;
- .instagram-video-icon {
- &:before {
- opacity: 0.8;
- // ideally, the SVG used here should be in HTML and reference the SVG sprite
- content: svg-uri(
- ''
- );
- }
- bottom: 10px;
- right: 10px;
- position: absolute;
- }
-
.instagram-image,
.scale-image {
padding: 5px 5px 5px 5px;
@@ -272,6 +259,19 @@ aside.onebox {
float: none;
}
}
+
+ .instagram-video-icon {
+ &:before {
+ opacity: 0.8;
+ // ideally, the SVG used here should be in HTML and reference the SVG sprite
+ content: svg-uri(
+ ''
+ );
+ }
+ bottom: 10px;
+ right: 10px;
+ position: absolute;
+ }
}
}