diff --git a/src/client/components/reactions-viewer.details.vue b/src/client/components/reactions-viewer.details.vue index 6e7da58e2..7c49bd1d9 100644 --- a/src/client/components/reactions-viewer.details.vue +++ b/src/client/components/reactions-viewer.details.vue @@ -1,23 +1,25 @@ @@ -59,8 +61,11 @@ export default defineComponent({ diff --git a/src/client/components/reactions-viewer.reaction.vue b/src/client/components/reactions-viewer.reaction.vue index 0e09ab755..f47ba83f6 100644 --- a/src/client/components/reactions-viewer.reaction.vue +++ b/src/client/components/reactions-viewer.reaction.vue @@ -177,7 +177,7 @@ export default defineComponent({ > span { font-size: 0.9em; line-height: 32px; - margin: 0 0 0 8px; + margin: 0 0 0 4px; } }