Styling tweaks

This commit is contained in:
N-Pex 2020-12-15 17:21:34 +01:00
parent 3f1c58b743
commit 7183681e71
3 changed files with 17 additions and 7 deletions

View file

@ -1,5 +1,5 @@
<template>
<div class="quick-reaction-container">
<div class="quick-reaction-container" v-show="reactions">
<span :class="{'quick-reaction':true,'sent':value.includes($matrix.currentUserId)}" v-for="(value, name) in reactionMap" :key="name" @mousedown="onClickEmoji(name)">
{{ name }} <span class="quick-reaction-count">{{ value.length }}</span>
</span>