diff --git a/CHANGELOG.md b/CHANGELOG.md index dfe1de4..2b330bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Remove invisible characters from display names. - Use `/api/v1/statuses/{status_id}/thread` API endpoint to load threads. - Use `` for search bar. +- Changed custom emoji vertical alignment and size. ## [1.13.0] - 2023-02-06 diff --git a/src/components/PostContent.vue b/src/components/PostContent.vue index 33f178b..059a57c 100644 --- a/src/components/PostContent.vue +++ b/src/components/PostContent.vue @@ -168,9 +168,9 @@ function getContent(): string { } :deep(.emoji) { - height: 32px; - vertical-align: middle; - width: 32px; + height: 24px; + vertical-align: text-bottom; + width: 24px; &:hover { height: 48px;