Skip to content

Commit

Permalink
chore(client): tweak custom emoji size
Browse files Browse the repository at this point in the history
  • Loading branch information
syuilo committed Feb 23, 2023
1 parent 4e23500 commit c174f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/components/global/MkCustomEmoji.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ let errored = $ref(url.value == null);

<style lang="scss" module>
.root {
height: 2.5em;
height: 2em;
vertical-align: middle;
transition: transform 0.2s ease;
Expand Down

0 comments on commit c174f23

Please sign in to comment.