From c32ab701113149a3511e654b963a5184c24dc997 Mon Sep 17 00:00:00 2001 From: Andrei Prigorshnev Date: Wed, 12 Oct 2022 20:07:07 +0400 Subject: [PATCH] FIX: alignment of user status emoji on posts (#18563) --- app/assets/stylesheets/common/base/topic-post.scss | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/common/base/topic-post.scss b/app/assets/stylesheets/common/base/topic-post.scss index a943ed9cc1b..e228dd2dd77 100644 --- a/app/assets/stylesheets/common/base/topic-post.scss +++ b/app/assets/stylesheets/common/base/topic-post.scss @@ -235,9 +235,12 @@ $quote-share-maxwidth: 150px; align-items: center; } - img.emoji { - width: 1em; - height: 1em; + .user-status-message { + display: flex; + img.emoji { + width: 1em; + height: 1em; + } } }