mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-10 23:28:04 -04:00
UX: remove top border from onebox body on mobile
This commit is contained in:
parent
0b6d12f95d
commit
b473cd10a6
1 changed files with 5 additions and 0 deletions
|
@ -321,3 +321,8 @@ aside.onebox.stackexchange .onebox-body img {
|
||||||
max-height: 60%;
|
max-height: 60%;
|
||||||
max-width: 10%;
|
max-width: 10%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// mobile specific style
|
||||||
|
.mobile-view article.onebox-body {
|
||||||
|
border-top: none;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue