From def9740d5d16b98a6dac3d2a540db1e73909ed83 Mon Sep 17 00:00:00 2001 From: Simon Cossar Date: Thu, 23 Apr 2015 20:42:27 -0700 Subject: [PATCH] Fix size on onebox-avatar --- app/assets/stylesheets/common/base/onebox.scss | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/common/base/onebox.scss b/app/assets/stylesheets/common/base/onebox.scss index b8f2e93b36d..77514c38a53 100644 --- a/app/assets/stylesheets/common/base/onebox.scss +++ b/app/assets/stylesheets/common/base/onebox.scss @@ -139,9 +139,11 @@ aside.onebox { } } -.onebox-avatar { - height: 90px !important; - width: 90px !important; +aside.onebox .onebox-body .onebox-avatar { + max-height: none; + max-width: none; + height: 90px; + width: 90px; } blockquote {