ui: custom icon size

This commit is contained in:
Anthony Fu 2022-11-30 13:58:38 +08:00
parent 04431c7319
commit 9e053492b5

View file

@ -43,9 +43,9 @@ body {
.custom-emoji { .custom-emoji {
display: inline-block; display: inline-block;
max-height: 1.2em; max-height: 1.3em;
max-width: 1.2em; max-width: 1.3em;
vertical-align: middle; vertical-align: text-bottom;
} }
.content-rich { .content-rich {