From 2910cb2b26dc26fdaa7d6636c361f8acbdb960d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Thu, 18 May 2023 10:29:04 -0400 Subject: [PATCH] fix: #11572 add width to emojis --- src/views/emails/partials/header.tpl | 103 ++++++++++++++------------- 1 file changed, 54 insertions(+), 49 deletions(-) diff --git a/src/views/emails/partials/header.tpl b/src/views/emails/partials/header.tpl index a467339215..be45efadaf 100644 --- a/src/views/emails/partials/header.tpl +++ b/src/views/emails/partials/header.tpl @@ -8,7 +8,7 @@ - + - + + /* https://github.com/NodeBB/NodeBB/issues/11572 */ + img[src*="nodebb-plugin-emoji"] { + width: 23px; + height: auto; + vertical-align: top; + } + - - + + -
- - -