From 1d54ba260aa9875caf492b6b29f7643230adf52c Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Thu, 11 Feb 2016 14:59:07 -0500 Subject: [PATCH] FIX: Double hairline in `time-gap`s on mobile --- app/assets/stylesheets/mobile/topic-post.scss | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/app/assets/stylesheets/mobile/topic-post.scss b/app/assets/stylesheets/mobile/topic-post.scss index 05ae0a66468..456b151b2db 100644 --- a/app/assets/stylesheets/mobile/topic-post.scss +++ b/app/assets/stylesheets/mobile/topic-post.scss @@ -3,15 +3,14 @@ } .time-gap { - border-bottom: 1px solid dark-light-diff($primary, $secondary, 90%, -60%); + border-top: 1px solid dark-light-diff($primary, $secondary, 90%, -60%); color: lighten($primary, 50%); padding-bottom: 3px; - margin-bottom: 10px; text-transform: uppercase; font-weight: bold; - .topic-avatar { - margin: 0 5px 0 10px; - } +} +.small-action.time-gap .topic-avatar { + margin-top: 5px; } .topic-post { @@ -526,9 +525,6 @@ span.highlighted { margin: 0; } -.small-action.time-gap .topic-avatar { - margin-top: -5px; -} .gap.jagged-border { margin-left: -10px;