review changes

This commit is contained in:
Shpuld Shpuldson 2020-01-28 17:09:25 +02:00
parent 4e04079739
commit 6afff4f8c2
4 changed files with 6 additions and 14 deletions

View file

@ -7,8 +7,8 @@
:class="{ 'picked-reaction': reactedWith(reaction.emoji) }"
@click="emojiOnClick(reaction.emoji, $event)"
>
<span>{{ reaction.count }}</span>
<span>{{ reaction.emoji }}</span>
<span>{{ reaction.count }}</span>
</button>
</div>
</template>
@ -31,10 +31,10 @@
align-items: center;
justify-content: center;
box-sizing: border-box;
:first-child {
&:first-child {
margin-right: 0.25em;
}
:last-child {
&:last-child {
width: 1.5em;
}
&:focus {