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:
commit
f9074ad771
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue