Skip to content
Snippets Groups Projects
Commit 29806c96 authored by Shpuld Shpuldson's avatar Shpuld Shpuldson
Browse files

fix emoji reaction classes broken in develop

parent 73253b87
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
:class="{ 'picked-reaction': reactedWith(reaction.emoji) }"
@click="emojiOnClick(reaction.emoji, $event)"
>
<span>{{ reaction.emoji }}</span>
<span class="reaction-emoji">{{ reaction.emoji }}</span>
<span>{{ reaction.count }}</span>
</button>
</div>
......@@ -31,12 +31,10 @@
align-items: center;
justify-content: center;
box-sizing: border-box;
&:first-child {
.reaction-emoji {
width: 1.25em;
margin-right: 0.25em;
}
&:last-child {
width: 1.5em;
}
&:focus {
outline: none;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment