diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index 05ed1b5dfc1..d8d4735f9d1 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -558,6 +558,7 @@ iframe { .moderator { .topic-body { background-color: $highlight_background_color; + border-bottom: 10px solid $highlight_background_color; } } @@ -630,7 +631,7 @@ position: relative; .user-title { - margin-top: 8px; + margin-top: 5px; color: $secondary_text_color; overflow: hidden; font-size: 80%;