From cdf6aa4cb4188046342b5a89c18981c267c49c84 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Tue, 29 Mar 2016 23:28:11 -0700 Subject: [PATCH] adjust time gap alignment on mobile --- app/assets/stylesheets/mobile/topic-post.scss | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/mobile/topic-post.scss b/app/assets/stylesheets/mobile/topic-post.scss index 7a946e328aa..45d5cfa94fe 100644 --- a/app/assets/stylesheets/mobile/topic-post.scss +++ b/app/assets/stylesheets/mobile/topic-post.scss @@ -8,10 +8,14 @@ padding-bottom: 3px; text-transform: uppercase; font-weight: bold; -} -.small-action .topic-avatar { - margin-top: 5px; + .topic-avatar { + margin-top: 5px; + } + + .small-action-desc { + padding-top: 1em; + } } .topic-post article {