From 53fb02f7fc353e38d12c1bc93826e1651c49f153 Mon Sep 17 00:00:00 2001 From: Kris Date: Mon, 15 Jan 2018 10:30:52 -0500 Subject: [PATCH] UX: increase post meta font size --- app/assets/stylesheets/desktop/topic-post.scss | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index 40a1616cfa3..9976dc90400 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -28,9 +28,8 @@ h1 .topic-statuses .topic-status i { .reply-to-tab { z-index: 400; - font-size: $font-down-1; float: right; - margin: -4px 25px 0 0; + margin: -2px 25px 0 0; color: dark-light-choose($primary-medium, $secondary-medium); } @@ -865,7 +864,6 @@ a.attachment:before { .post-info { display: inline-block; float: right; - font-size: $font-down-1; a {color: dark-light-choose($primary-medium, $secondary-medium); } } @@ -890,7 +888,7 @@ span.highlighted { color: $tertiary-medium; position: absolute; right: 0px; - top: 15px; + top: 2em; font-size: 0.571em; }