From c6e60b926cf65e334f6706b5f85cdc841652c877 Mon Sep 17 00:00:00 2001 From: daudix Date: Sun, 28 Jan 2024 22:48:23 +0300 Subject: [PATCH] feat: Adjust emoji size --- sass/_comments.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sass/_comments.scss b/sass/_comments.scss index 05ca306..52eb41c 100644 --- a/sass/_comments.scss +++ b/sass/_comments.scss @@ -97,9 +97,9 @@ section#comments { .emoji { all: unset; display: inline; - height: 2rem; + height: 1.5em; vertical-align: middle; - width: 2rem; + width: 1.5em; } time {