From b640de8a1793de19890b753159519da106e5f3c3 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Tue, 1 Jul 2014 01:00:16 -0700 Subject: [PATCH] tweak topic star on mobile --- app/assets/stylesheets/mobile/discourse.scss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/mobile/discourse.scss b/app/assets/stylesheets/mobile/discourse.scss index 387b5546cd0..65e6ba98911 100644 --- a/app/assets/stylesheets/mobile/discourse.scss +++ b/app/assets/stylesheets/mobile/discourse.scss @@ -24,10 +24,11 @@ body { } a.star { display: inline-block; - font-size: 15px; - line-height: 1; + font-size: 20px; + line-height: 1.2em; color: scale-color($primary, $lightness: 75%); - margin-right: 3px; + margin-right: 5px; + margin-top: 6px; &:before { font-family: "FontAwesome"; content: "\f005";