ui: custom icon size

zio/stable
Anthony Fu 2022-11-30 13:58:38 +08:00
parent 04431c7319
commit 9e053492b5
1 changed files with 3 additions and 3 deletions

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 {