Merge pull request 'fix: weird styling of reaction counts' (#10203) from naskya/calckey:fix/no-emoji-reaction-count-styling into develop

Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10203
This commit is contained in:
Kainoa Kanter 2023-05-26 03:33:39 +00:00
commit f9074ad771

View file

@ -35,7 +35,7 @@
></i>
</span>
<template v-if="count > 0"
><p :class="$style.count">{{ count }}</p></template
><p class="count">{{ count }}</p></template
>
</button>
</template>