From cfb3c322c5e2203f2aace52ec76e1d77265a67ce Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Tue, 23 Sep 2014 03:06:07 -0700 Subject: [PATCH] tighten up topic map spacing on mobile --- app/assets/stylesheets/mobile/topic-post.scss | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/mobile/topic-post.scss b/app/assets/stylesheets/mobile/topic-post.scss index f8f05fcbc11..a4ddf8fb531 100644 --- a/app/assets/stylesheets/mobile/topic-post.scss +++ b/app/assets/stylesheets/mobile/topic-post.scss @@ -215,7 +215,7 @@ a.star { .map { li { float: left; - padding: 7px 11px; + padding: 7px 8px; &:last-of-type { border-right: 0; } @@ -229,7 +229,10 @@ a.star { float: left; } } - .avatars, + .avatars { + display: none; + } + .links, .information { padding: 7px 10px; @@ -262,7 +265,7 @@ a.star { border: 0; border-bottom: 1px solid scale-color-diff(); border-left: 1px solid scale-color-diff(); - padding: 0 23px; + padding: 0 15px; color: $primary; background: scale-color-diff(); &:hover {