diff --git a/app/assets/stylesheets/common/base/topic-post.scss b/app/assets/stylesheets/common/base/topic-post.scss index 03fb273a59b..388696833bc 100644 --- a/app/assets/stylesheets/common/base/topic-post.scss +++ b/app/assets/stylesheets/common/base/topic-post.scss @@ -428,6 +428,8 @@ aside.quote { } .post-info { + margin-left: 0.5em; + &.via-email, &.whisper { line-height: $line-height-medium; diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index 3f3de42f629..1ff48a835c5 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -917,8 +917,6 @@ a.attachment:before { } .post-info { - margin-left: 0.5em; - a { color: dark-light-choose($primary-medium, $secondary-medium); }