From 74f0bd08c015454cf18c1fb55eed2e6a71ec1060 Mon Sep 17 00:00:00 2001 From: Joe <33972521+hnb-ku@users.noreply.github.com> Date: Fri, 28 Dec 2018 21:31:41 +0800 Subject: [PATCH] UX: removes unnecessary margin in header tag wrapper This margin is not needed and doesn't exist in the mobile view. It causes a bit of a problem in desktop topics with no categories and more prominently in PMs in the desktop view. There's a small TODO here where the rest of the extra-info-wrapper styles should all be moved to header sylesheets. --- app/assets/stylesheets/desktop/topic-post.scss | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index 7cfbad661cf..3bbfa6a3848 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -517,9 +517,6 @@ video { overflow: hidden; text-overflow: ellipsis; } - .topic-header-extra { - margin: 0 0 0 5px; - } } /* default docked header CSS for all topics, including those without categories */