From 4daaa3544b95f3fdbcd205248cca2ada6adf2518 Mon Sep 17 00:00:00 2001 From: Kris Date: Fri, 17 Nov 2017 16:57:25 -0500 Subject: [PATCH] mobile topic adjustments --- app/assets/stylesheets/common/base/onebox.scss | 3 +++ app/assets/stylesheets/mobile/topic-post.scss | 9 +++++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/common/base/onebox.scss b/app/assets/stylesheets/common/base/onebox.scss index eb78a65b4d..efb07b12f0 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 bb2a7599a8..9b0565b464 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; }