From 309d1b267b9b455f919b3616bc9c3d02dc6b3475 Mon Sep 17 00:00:00 2001 From: Sam Date: Fri, 19 Jun 2015 13:30:01 +1000 Subject: [PATCH] style mobile time gap --- app/assets/stylesheets/mobile/topic-post.scss | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/mobile/topic-post.scss b/app/assets/stylesheets/mobile/topic-post.scss index 535bee6214e..d29c185a95c 100644 --- a/app/assets/stylesheets/mobile/topic-post.scss +++ b/app/assets/stylesheets/mobile/topic-post.scss @@ -7,7 +7,14 @@ } .time-gap { - display: none; + + border-bottom: 1px solid dark-light-diff($primary, $secondary, 90%, -60%); + color: lighten($primary, 50%); + padding-bottom: 3px; + margin-bottom: 10px; + .topic-avatar { + margin: 0 5px 0 10px; + } } .topic-post {