From da32be9294f7ef349bae475676d002a047ca0f4f Mon Sep 17 00:00:00 2001 From: Arpit Jalan Date: Tue, 3 Nov 2015 19:11:15 +0530 Subject: [PATCH] UX: resize stackexchange onebox image --- app/assets/stylesheets/common/base/onebox.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/assets/stylesheets/common/base/onebox.scss b/app/assets/stylesheets/common/base/onebox.scss index 7f82f9b94d8..6b00a166e0c 100644 --- a/app/assets/stylesheets/common/base/onebox.scss +++ b/app/assets/stylesheets/common/base/onebox.scss @@ -291,3 +291,9 @@ aside.onebox.twitterstatus .onebox-body { } } } + +// resize stackexchange onebox image +aside.onebox.stackexchange .onebox-body img { + max-height: 60%; + max-width: 10%; +}