From ed73a17da61ed8e3b3b94936eccbea97fc9679f5 Mon Sep 17 00:00:00 2001 From: Johann150 Date: Sat, 13 Nov 2021 03:38:26 +0100 Subject: [PATCH] fix(client): reaction viewer layout (#7942) The profile picture and name should be grouped together as they belong, and it should be clear which picture belongs to which name. --- packages/client/src/components/reactions-viewer.details.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/packages/client/src/components/reactions-viewer.details.vue b/packages/client/src/components/reactions-viewer.details.vue index 7c49bd1d9..d80f9b9e8 100644 --- a/packages/client/src/components/reactions-viewer.details.vue +++ b/packages/client/src/components/reactions-viewer.details.vue @@ -9,12 +9,14 @@