From 1dc07f6b725a53e707616b9e0e28d6832c05d0e5 Mon Sep 17 00:00:00 2001 From: syuilo <Syuilotan@yahoo.co.jp> Date: Tue, 3 Sep 2019 06:58:01 +0900 Subject: [PATCH] :art: --- .../app/common/views/components/reactions-viewer.details.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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>