From b473cd10a6d198bc7296cd4c2a8efdf6cd925a0f Mon Sep 17 00:00:00 2001 From: Arpit Jalan Date: Mon, 25 Apr 2016 08:34:07 +0530 Subject: [PATCH] UX: remove top border from onebox body on mobile --- app/assets/stylesheets/common/base/onebox.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/assets/stylesheets/common/base/onebox.scss b/app/assets/stylesheets/common/base/onebox.scss index 4690377f86..e4956a9b11 100644 --- a/app/assets/stylesheets/common/base/onebox.scss +++ b/app/assets/stylesheets/common/base/onebox.scss @@ -321,3 +321,8 @@ aside.onebox.stackexchange .onebox-body img { max-height: 60%; max-width: 10%; } + +// mobile specific style +.mobile-view article.onebox-body { + border-top: none; +}