From e81d93cf2682c7bcca82ca4620804db7c37200be Mon Sep 17 00:00:00 2001 From: Arpit Jalan Date: Fri, 22 Jan 2021 19:02:23 +0530 Subject: [PATCH] UX: specify width and height for onebox preview error image (#11807) --- app/assets/stylesheets/common/base/onebox.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/common/base/onebox.scss b/app/assets/stylesheets/common/base/onebox.scss index 750d1627f2d..aefd5bf5e80 100644 --- a/app/assets/stylesheets/common/base/onebox.scss +++ b/app/assets/stylesheets/common/base/onebox.scss @@ -322,7 +322,8 @@ aside.onebox { } } -aside.onebox .onebox-body .onebox-avatar { +aside.onebox .onebox-body .onebox-avatar, +aside.onebox.preview-error .site-icon { max-height: none; max-width: none; height: 60px;