bump onebox version
This commit is contained in:
parent
9b7cab589a
commit
6b9aeeea73
2
Gemfile
2
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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue