diff --git a/Gemfile b/Gemfile index 2d077d69132..ce94177e4c0 100644 --- a/Gemfile +++ b/Gemfile @@ -34,7 +34,7 @@ gem 'redis-namespace' gem 'active_model_serializers', '~> 0.8.3' -gem 'onebox', '1.8.58' +gem 'onebox', '1.8.59' gem 'http_accept_language', '~>2.0.5', require: false diff --git a/Gemfile.lock b/Gemfile.lock index c6cb0178793..a722939dca5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -257,7 +257,7 @@ GEM omniauth-twitter (1.4.0) omniauth-oauth (~> 1.1) rack - onebox (1.8.58) + onebox (1.8.59) htmlentities (~> 4.3) moneta (~> 1.0) multi_json (~> 1.11) @@ -509,7 +509,7 @@ DEPENDENCIES omniauth-oauth2 omniauth-openid omniauth-twitter - onebox (= 1.8.58) + onebox (= 1.8.59) openid-redis-store pg pry-nav diff --git a/app/assets/stylesheets/common/base/onebox.scss b/app/assets/stylesheets/common/base/onebox.scss index dafc0c3ffc2..548b23cc84a 100644 --- a/app/assets/stylesheets/common/base/onebox.scss +++ b/app/assets/stylesheets/common/base/onebox.scss @@ -247,6 +247,19 @@ aside.onebox { // instagram fixes .instagram-images { clear: both; + position: relative; + + .instagram-video-icon { + &:before { + font-family: FontAwesome; + font-size: $font-up-5; + content: "\f144"; + } + bottom: 10px; + right: 10px; + position: absolute; + color: white; + } .instagram-image { padding: 5px 5px 5px 5px;