UX: remove top border from onebox body on mobile

This commit is contained in:
Arpit Jalan 2016-04-25 08:34:07 +05:30
parent 0b6d12f95d
commit b473cd10a6
1 changed files with 5 additions and 0 deletions

View File

@ -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;
}