mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: remove top border from onebox body on mobile
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user