diff --git a/app/assets/stylesheets/mobile/topic-list.scss b/app/assets/stylesheets/mobile/topic-list.scss index bf3546b43d9..a5472796322 100644 --- a/app/assets/stylesheets/mobile/topic-list.scss +++ b/app/assets/stylesheets/mobile/topic-list.scss @@ -70,15 +70,6 @@ .num .fa { color: scale-color($primary, $lightness: 50%); } - .fa-heart{ - position: relative; - left: -1px; - } - .fa-comment{ - position: relative; - top: -1px; - left: 1px; - } } .num.posts { @@ -87,6 +78,7 @@ .age { white-space: nowrap; + margin-left: 5px; } }