diff options
| author | Shpuld Shpuldson <shpuld@shpposter.club> | 2020-01-28 17:09:25 +0200 |
|---|---|---|
| committer | Shpuld Shpuldson <shpuld@shpposter.club> | 2020-01-28 17:09:25 +0200 |
| commit | 6afff4f8c205ec70d3694564c706f6a46a61db9e (patch) | |
| tree | add0b6e7a2532d9ba36b10627943cee2e8345208 /src/components/emoji_reactions | |
| parent | 4e0407973936311ed11c8d03e98aece81a265fd1 (diff) | |
review changes
Diffstat (limited to 'src/components/emoji_reactions')
| -rw-r--r-- | src/components/emoji_reactions/emoji_reactions.vue | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/emoji_reactions/emoji_reactions.vue b/src/components/emoji_reactions/emoji_reactions.vue index 8a229240..741fc11e 100644 --- a/src/components/emoji_reactions/emoji_reactions.vue +++ b/src/components/emoji_reactions/emoji_reactions.vue @@ -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 { |
