From 3c34344113ce952743c31738926b35140cbf8123 Mon Sep 17 00:00:00 2001 From: Bojan Mojsilovic Date: Thu, 18 Jan 2024 17:50:14 +0100 Subject: [PATCH] Fix emoji button size in note editor --- src/components/NewNote/EditBox/EditBox.module.scss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/components/NewNote/EditBox/EditBox.module.scss b/src/components/NewNote/EditBox/EditBox.module.scss index 0da6a6e..2316e33 100644 --- a/src/components/NewNote/EditBox/EditBox.module.scss +++ b/src/components/NewNote/EditBox/EditBox.module.scss @@ -95,8 +95,8 @@ } } .emojiIcon { - width: 21px; - height: 21px; + width: 26px; + height: 26px; display: inline-block; margin-right: 9px; background-color: var(--text-tertiary); @@ -109,10 +109,11 @@ >button { width: 26px; - height: 21px; + height: 26px; padding: 0; margin-block: 0; margin-inline: 8px; + margin-top: -2px; } }