From 98fa098e6fade3097a11fe7f99a98a4e6ffb4728 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Tue, 4 Aug 2015 03:44:58 -0700 Subject: [PATCH] fix up mobile alignment on time gaps --- app/assets/stylesheets/mobile/topic-post.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/mobile/topic-post.scss b/app/assets/stylesheets/mobile/topic-post.scss index ae7b0ae823e..77b634c92e4 100644 --- a/app/assets/stylesheets/mobile/topic-post.scss +++ b/app/assets/stylesheets/mobile/topic-post.scss @@ -514,6 +514,9 @@ span.highlighted { } .small-action .small-action-desc { + p { + padding-top: 0; + } .custom-message { margin-left: -40px; } @@ -521,6 +524,7 @@ span.highlighted { .small-action .topic-avatar { padding: 0; + margin: 0; } .small-action.time-gap .topic-avatar {