client: change emoji height to match misskey

This fixes federating notes with advanced mfm usage, that looked weird/wrong otherwise.
See also c174f23389

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
Changelog: Changed
This commit is contained in:
remi 2023-07-08 09:24:33 +00:00 committed by Johann150
parent 3e4c37eb31
commit a5080f80a1
Signed by untrusted user: Johann150
GPG key ID: 9EE6577A2A06F8F1

View file

@ -53,7 +53,7 @@ const alt = computed(() => customEmoji.value ? `:${customEmoji.value.name}:` : c
vertical-align: -0.25em;
&.custom {
height: 2.5em;
height: 2.0em;
vertical-align: middle;
transition: transform 0.2s ease;