From 3501468db75f8c132e9abf431cd9161306988087 Mon Sep 17 00:00:00 2001 From: Andrei Prigorshnev Date: Fri, 2 Sep 2022 21:48:36 +0400 Subject: [PATCH] UX: make user status emoji on post stream smaller (#18169) --- app/assets/stylesheets/common/base/topic-post.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/assets/stylesheets/common/base/topic-post.scss b/app/assets/stylesheets/common/base/topic-post.scss index 5b664853090..bef20bfd3cf 100644 --- a/app/assets/stylesheets/common/base/topic-post.scss +++ b/app/assets/stylesheets/common/base/topic-post.scss @@ -234,6 +234,11 @@ $quote-share-maxwidth: 150px; flex: 0 0 auto; align-items: center; } + + img.emoji { + width: 1em; + height: 1em; + } } nav.post-controls {