Change custom emoji vertical alignment and size

This commit is contained in:
silverpill 2023-02-19 19:33:25 +00:00
parent 7b2c4e83a5
commit 3a695953d4
2 changed files with 4 additions and 3 deletions

View file

@ -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. - Remove invisible characters from display names.
- Use `/api/v1/statuses/{status_id}/thread` API endpoint to load threads. - Use `/api/v1/statuses/{status_id}/thread` API endpoint to load threads.
- Use `<input type="search">` for search bar. - Use `<input type="search">` for search bar.
- Changed custom emoji vertical alignment and size.
## [1.13.0] - 2023-02-06 ## [1.13.0] - 2023-02-06

View file

@ -168,9 +168,9 @@ function getContent(): string {
} }
:deep(.emoji) { :deep(.emoji) {
height: 32px; height: 24px;
vertical-align: middle; vertical-align: text-bottom;
width: 32px; width: 24px;
&:hover { &:hover {
height: 48px; height: 48px;