mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 01:47:22 +08:00
UX: remove top border from onebox body on mobile
This commit is contained in:
parent
0b6d12f95d
commit
b473cd10a6
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user