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)