From 0f9a6417b0b614a8206f78a7a0115ea2df999ed3 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 7c49bd1d9c..d80f9b9e8d 100644 --- a/packages/client/src/components/reactions-viewer.details.vue +++ b/packages/client/src/components/reactions-viewer.details.vue @@ -9,12 +9,14 @@