diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index 6f65b98c7d3..692756022ed 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -97,6 +97,7 @@ nav.post-controls { .show-replies { margin-left: 0; + font-size: inherit; span.badge-posts {color: scale-color($primary, $lightness: 60%);} &:hover { background: dark-light-diff($primary, $secondary, 90%, -65%); @@ -104,6 +105,7 @@ nav.post-controls { } i { margin-left: 5px; + font-size: 90%; } } diff --git a/app/assets/stylesheets/mobile/topic-post.scss b/app/assets/stylesheets/mobile/topic-post.scss index c25bebd873d..3fa744b2fee 100644 --- a/app/assets/stylesheets/mobile/topic-post.scss +++ b/app/assets/stylesheets/mobile/topic-post.scss @@ -25,9 +25,6 @@ span.badge-posts { .show-replies { display: none; - i { - margin-left: 5px; - } } nav.post-controls {