From 9e053492b5253fb29e03a5e987b84a2d9a87c6e7 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Wed, 30 Nov 2022 13:58:38 +0800 Subject: [PATCH] ui: custom icon size --- styles/global.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/styles/global.css b/styles/global.css index d3588037..4b550e89 100644 --- a/styles/global.css +++ b/styles/global.css @@ -43,9 +43,9 @@ body { .custom-emoji { display: inline-block; - max-height: 1.2em; - max-width: 1.2em; - vertical-align: middle; + max-height: 1.3em; + max-width: 1.3em; + vertical-align: text-bottom; } .content-rich {