From 50257ebfb108e19f818eb30ce89512189be595b8 Mon Sep 17 00:00:00 2001 From: Kris Date: Thu, 5 Apr 2018 22:33:58 -0400 Subject: [PATCH] adding margin to PM glyph on mobile --- app/assets/stylesheets/common/base/topic.scss | 5 +++++ app/assets/stylesheets/desktop/topic.scss | 5 ----- app/assets/stylesheets/mobile/topic.scss | 2 -- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/app/assets/stylesheets/common/base/topic.scss b/app/assets/stylesheets/common/base/topic.scss index 9122c92528e..fba521fcbaf 100644 --- a/app/assets/stylesheets/common/base/topic.scss +++ b/app/assets/stylesheets/common/base/topic.scss @@ -122,6 +122,11 @@ a.badge-category { } } +.private-message-glyph { + color: dark-light-choose($primary-low-mid, $secondary-high); + margin-right: 5px; +} + .archetype-private_message #topic-title .edit-topic-title .tag-chooser { margin-left: 19px; } diff --git a/app/assets/stylesheets/desktop/topic.scss b/app/assets/stylesheets/desktop/topic.scss index b4387dcfca4..2bea59c9798 100644 --- a/app/assets/stylesheets/desktop/topic.scss +++ b/app/assets/stylesheets/desktop/topic.scss @@ -43,11 +43,6 @@ } } -.private-message-glyph { - color: dark-light-choose($primary-low-mid, $secondary-high); - float: left; - margin-right: 5px; -} .private_message #topic-title .private-message-glyph { display: inline; } .topic-error { diff --git a/app/assets/stylesheets/mobile/topic.scss b/app/assets/stylesheets/mobile/topic.scss index 48e682e147c..df79b7f6f33 100644 --- a/app/assets/stylesheets/mobile/topic.scss +++ b/app/assets/stylesheets/mobile/topic.scss @@ -31,10 +31,8 @@ .private-message-glyph { display: none; } } -.private-message-glyph { color: dark-light-choose($primary-low-mid, $secondary-high); } .private_message #topic-title .private-message-glyph { display: inline; } - /* both blocks that appear under the standard post control buttons */ .notification-options, .pinned-options { float: left;