diff --git a/Gemfile.lock b/Gemfile.lock index 29e84d147..e931b6299 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -218,7 +218,7 @@ GEM omniauth-twitter (1.2.1) json (~> 1.3) omniauth-oauth (~> 1.1) - onebox (1.5.42) + onebox (1.5.43) htmlentities (~> 4.3.4) moneta (~> 0.8) multi_json (~> 1.11) diff --git a/app/assets/stylesheets/common/base/onebox.scss b/app/assets/stylesheets/common/base/onebox.scss index a31a4b4aa..aff56f5e4 100644 --- a/app/assets/stylesheets/common/base/onebox.scss +++ b/app/assets/stylesheets/common/base/onebox.scss @@ -330,9 +330,15 @@ aside.onebox.twitterstatus .onebox-body { } // resize stackexchange onebox image -aside.onebox.stackexchange .onebox-body img { - max-height: 60%; - max-width: 10%; +aside.onebox.stackexchange .onebox-body { + img { + max-height: 60%; + max-width: 10%; + } + + .tags { + color: gray; + } } .onebox-metadata {