diff --git a/app/assets/stylesheets/common/base/onebox.scss b/app/assets/stylesheets/common/base/onebox.scss index eb78a65b4d9..efb07b12f01 100644 --- a/app/assets/stylesheets/common/base/onebox.scss +++ b/app/assets/stylesheets/common/base/onebox.scss @@ -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; diff --git a/app/assets/stylesheets/mobile/topic-post.scss b/app/assets/stylesheets/mobile/topic-post.scss index bb2a7599a89..9b0565b4644 100644 --- a/app/assets/stylesheets/mobile/topic-post.scss +++ b/app/assets/stylesheets/mobile/topic-post.scss @@ -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; }