From a4be79d2979c8d9680258cdacdaf44b17afc43fc Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Mon, 12 Jun 2017 15:46:01 -0400 Subject: [PATCH] padding below suggested topics on mobile --- app/assets/stylesheets/common/base/topic-post.scss | 6 ++++++ app/assets/stylesheets/desktop/topic-post.scss | 4 +--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/common/base/topic-post.scss b/app/assets/stylesheets/common/base/topic-post.scss index aa739f782ab..dc13058eee7 100644 --- a/app/assets/stylesheets/common/base/topic-post.scss +++ b/app/assets/stylesheets/common/base/topic-post.scss @@ -414,3 +414,9 @@ a.mention, a.mention-group { margin-top: 0; } } + +#suggested-topics { + .topics { + padding-bottom: 15px; + } +} diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index 871e42c0d7b..33a9bf1c5d7 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -453,9 +453,7 @@ a.star { table-layout: fixed; margin-top: 10px; } - .topics { - padding-bottom: 15px; - } + // this forces category to take less space in suggested topics // as the poster list is not present at all there. th.category {