summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2019-09-03 06:58:01 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2019-09-03 06:58:01 +0900
commit1dc07f6b725a53e707616b9e0e28d6832c05d0e5 (patch)
tree53a469f3478c6ade3481794ec6065a51b9b7b017 /src/client
parent11.31.1 (diff)
downloadmisskey-1dc07f6b725a53e707616b9e0e28d6832c05d0e5.tar.gz
misskey-1dc07f6b725a53e707616b9e0e28d6832c05d0e5.tar.bz2
misskey-1dc07f6b725a53e707616b9e0e28d6832c05d0e5.zip
:art:
Diffstat (limited to 'src/client')
-rw-r--r--src/client/app/common/views/components/reactions-viewer.details.vue5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/client/app/common/views/components/reactions-viewer.details.vue b/src/client/app/common/views/components/reactions-viewer.details.vue
index 4f1d14b77c..efe7eb39ba 100644
--- a/src/client/app/common/views/components/reactions-viewer.details.vue
+++ b/src/client/app/common/views/components/reactions-viewer.details.vue
@@ -3,7 +3,10 @@
<div class="buebdbiu" ref="popover" v-if="show">
<i18n path="few-users" v-if="users.length <= 10">
<span slot="users">
- <mk-user-name v-for="u in users" :user="u" :nowrap="false" :key="u.id"/>
+ <b v-for="u in users" :key="u.id" style="margin-right: 8px;">
+ <mk-avatar :user="u" style="width: 24px; height: 24px; margin-right: 2px;"/>
+ <mk-user-name :user="u" :nowrap="false" style="line-height: 24px;"/>
+ </b>
</span>
<mk-reaction-icon slot="reaction" :reaction="reaction" ref="icon" />
</i18n>