Fix emoji button size in note editor

This commit is contained in:
Bojan Mojsilovic 2024-01-18 17:50:14 +01:00
parent 123ab1c653
commit 3c34344113

View File

@ -95,8 +95,8 @@
} }
} }
.emojiIcon { .emojiIcon {
width: 21px; width: 26px;
height: 21px; height: 26px;
display: inline-block; display: inline-block;
margin-right: 9px; margin-right: 9px;
background-color: var(--text-tertiary); background-color: var(--text-tertiary);
@ -109,10 +109,11 @@
>button { >button {
width: 26px; width: 26px;
height: 21px; height: 26px;
padding: 0; padding: 0;
margin-block: 0; margin-block: 0;
margin-inline: 8px; margin-inline: 8px;
margin-top: -2px;
} }
} }