diff --git a/app/assets/stylesheets/mobile/topic-post.scss b/app/assets/stylesheets/mobile/topic-post.scss index 3612d0ff84b..7e6ab51d959 100644 --- a/app/assets/stylesheets/mobile/topic-post.scss +++ b/app/assets/stylesheets/mobile/topic-post.scss @@ -425,21 +425,25 @@ span.highlighted { line-height: $line-height-medium; display: flex; flex-wrap: wrap; + .full-name { font-weight: bold; + } + + .first { order: 1; + flex-basis: 100%; } - .staff-notes-icon { - order: 2; - margin-left: 4px; - } + .poster-icon { order: 2; } - .username { + + .second { order: 3; flex-basis: 100%; } + .user-title { order: 4; flex-basis: 100%;