diff --git a/Gemfile.lock b/Gemfile.lock
index 6c378be0a33..6d97e8a504e 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -241,7 +241,7 @@ GEM
omniauth-twitter (1.4.0)
omniauth-oauth (~> 1.1)
rack
- onebox (1.9.28)
+ onebox (1.9.28.1)
addressable (~> 2.7.0)
htmlentities (~> 4.3)
multi_json (~> 1.11)
diff --git a/app/assets/stylesheets/common/base/onebox.scss b/app/assets/stylesheets/common/base/onebox.scss
index 6d4f66d16f3..e31e660b7f9 100644
--- a/app/assets/stylesheets/common/base/onebox.scss
+++ b/app/assets/stylesheets/common/base/onebox.scss
@@ -276,22 +276,10 @@ aside.onebox {
''
);
}
- bottom: 10px;
+ bottom: 15px;
right: 10px;
position: absolute;
}
-
- .reddit-video-icon {
- &:before {
- opacity: 0.8;
- content: svg-uri(
- ''
- );
- }
- bottom: 155px;
- right: 50px;
- position: absolute;
- }
}
}
@@ -676,6 +664,9 @@ aside.onebox.stackexchange .onebox-body {
}
.onebox.reddit {
+ div.aspect-image-full-size {
+ position: relative;
+ }
div.description {
color: dark-light-choose($primary-medium, $secondary-medium);
padding-top: 10px;