From fc684cf84af9bbfee0ca9848fcb9169770c88e24 Mon Sep 17 00:00:00 2001 From: Harshil Sharma <18575143+harshilsharma63@users.noreply.github.com> Date: Mon, 26 Jun 2023 13:13:47 +0530 Subject: [PATCH] Made emoji size in scale with text size in channel header (#23743) --- webapp/channels/src/sass/layout/_headers.scss | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/webapp/channels/src/sass/layout/_headers.scss b/webapp/channels/src/sass/layout/_headers.scss index 1e03c42b1a..b5f1f79711 100644 --- a/webapp/channels/src/sass/layout/_headers.scss +++ b/webapp/channels/src/sass/layout/_headers.scss @@ -402,6 +402,15 @@ margin: 0; } } + + .emoticon { + width: 18.8px; + min-width: 18.8px; + max-width: 18.8px; + height: 18.8px; + min-height: 18.8px; + max-height: 18.8px; + } } .markdown__heading {