fix: match custom emoji size to Misskey's

resolves #10438
This commit is contained in:
freeplay 2023-07-12 13:26:36 -04:00
parent 1c2fa18f34
commit b3776a5e69

View file

@ -69,7 +69,7 @@ const alt = computed(() =>
vertical-align: -0.25em;
&.custom {
height: 2.5em;
height: 2em;
vertical-align: middle;
transition: transform 0.2s ease;