From 7b8ebd0aa07e37935af77e76aa4fe6f218e66603 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Wed, 14 Jun 2023 12:16:59 -0400 Subject: [PATCH] revert: remove emoji email css --- src/views/emails/partials/header.tpl | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/views/emails/partials/header.tpl b/src/views/emails/partials/header.tpl index be45efadaf..46c8b653d0 100644 --- a/src/views/emails/partials/header.tpl +++ b/src/views/emails/partials/header.tpl @@ -142,12 +142,6 @@ max-width: 100%; height: auto; } - /* https://github.com/NodeBB/NodeBB/issues/11572 */ - img[src*="nodebb-plugin-emoji"] { - width: 23px; - height: auto; - vertical-align: top; - }