diff --git a/app/assets/stylesheets/common/base/topic-post.scss b/app/assets/stylesheets/common/base/topic-post.scss index 3f7cb8fc0d9..6e5c0c42882 100644 --- a/app/assets/stylesheets/common/base/topic-post.scss +++ b/app/assets/stylesheets/common/base/topic-post.scss @@ -1248,6 +1248,12 @@ a.mention-group { @include mention; } +.mention .emoji { + margin-left: 0.3em; + width: 15px; + height: 15px; +} + span.mention { // unlinked, invalid mention color: var(--primary-high);