Merge pull request #5326 from discourse/mobile-fix

mobile topic adjustments
This commit is contained in:
Jeff Atwood 2017-11-17 14:09:31 -08:00 committed by GitHub
commit f00b9b15e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 2 deletions

View File

@ -134,6 +134,9 @@ aside.onebox {
img {
max-height: 170px;
max-width: 20%;
@media all and (max-width: 600px) {
max-width: 35%;
}
height: auto;
width: auto;
float: left;

View File

@ -47,8 +47,13 @@ span.badge-posts {
&.expand-post {
margin:10px 0 10px 0;
}
&.has-like {color: $love;}
&.reply {
float: right;
color: $primary-high;
}
&.has-like {
color: $love;
}
&.bookmarked {
color: $tertiary;
}