Skip to content

Commit

Permalink
Merge pull request #5326 from discourse/mobile-fix
Browse files Browse the repository at this point in the history
mobile topic adjustments
  • Loading branch information
coding-horror committed Nov 17, 2017
2 parents 87ec11e + 4daaa35 commit f00b9b1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
3 changes: 3 additions & 0 deletions app/assets/stylesheets/common/base/onebox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
9 changes: 7 additions & 2 deletions app/assets/stylesheets/mobile/topic-post.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit f00b9b1

Please sign in to comment.