From 7783c1e0e1062e2aed01ff8719b2b26aeacb303d Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 24 Oct 2021 13:54:31 +0900 Subject: :art: --- src/client/components/reactions-viewer.details.vue | 54 ++++++++++++++-------- .../components/reactions-viewer.reaction.vue | 2 +- 2 files changed, 37 insertions(+), 19 deletions(-) (limited to 'src/client/components') diff --git a/src/client/components/reactions-viewer.details.vue b/src/client/components/reactions-viewer.details.vue index 6e7da58e20..7c49bd1d9c 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 0e09ab7557..f47ba83f61 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; } } -- cgit v1.2.3-freya