From b5d196fb299292d6ec741064ccfcc48358b9d70b Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Mon, 29 Jun 2015 16:25:53 -0700 Subject: [PATCH] smaller font on Replies expansion --- app/assets/stylesheets/desktop/topic-post.scss | 2 ++ app/assets/stylesheets/mobile/topic-post.scss | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) 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 {