From 143190ab389da6edba08f28b006b405d6f4abd04 Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 3 Sep 2019 08:00:21 +0900 Subject: [PATCH] Fix bug --- .../views/components/reactions-viewer.details.vue | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 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 35c648278..e9b15d7da 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,7 @@
- + @@ -11,7 +11,12 @@ - {{ users.slice(0, 10).join(', ') }} + + + + + + {{ count - 10 }} @@ -82,7 +87,7 @@ export default Vue.extend({ position absolute max-width 240px font-size 0.8em - padding 5px 8px + padding 6px 8px background $bgcolor text-align center color var(--text)