chore(client): tweak custom emoji size

This commit is contained in:
syuilo 2023-02-23 15:42:57 +09:00
parent 4e23500732
commit c174f23389
1 changed files with 1 additions and 1 deletions

View File

@ -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;