diff options
| author | okpierre <1679025+okpierre@users.noreply.github.com> | 2021-10-24 00:28:23 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-24 13:28:23 +0900 |
| commit | 6afa67089a5401f86a6955121bac826ed6f27258 (patch) | |
| tree | e7a6dc6a29e56bdb87c56183d7af176120888402 /src/client | |
| parent | Remove apexcharts (diff) | |
| download | misskey-6afa67089a5401f86a6955121bac826ed6f27258.tar.gz misskey-6afa67089a5401f86a6955121bac826ed6f27258.tar.bz2 misskey-6afa67089a5401f86a6955121bac826ed6f27258.zip | |
Update reactions-viewer.reaction.vue (#7909)
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/components/reactions-viewer.reaction.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/components/reactions-viewer.reaction.vue b/src/client/components/reactions-viewer.reaction.vue index 6754d13815..0e09ab7557 100644 --- a/src/client/components/reactions-viewer.reaction.vue +++ b/src/client/components/reactions-viewer.reaction.vue @@ -177,6 +177,7 @@ export default defineComponent({ > span { font-size: 0.9em; line-height: 32px; + margin: 0 0 0 8px; } } </style> |