From 296f673374dda98c0f259945612ad8d65b676c87 Mon Sep 17 00:00:00 2001 From: greta Date: Tue, 5 Nov 2024 14:30:29 +0100 Subject: [PATCH] fixup! feat: add recipient info on the right side of the composer Signed-off-by: greta --- src/components/RecipientInfo.vue | 44 +++++++++++++++----------------- 1 file changed, 21 insertions(+), 23 deletions(-) diff --git a/src/components/RecipientInfo.vue b/src/components/RecipientInfo.vue index 5658b8d953..77a8e6e320 100644 --- a/src/components/RecipientInfo.vue +++ b/src/components/RecipientInfo.vue @@ -29,8 +29,8 @@ :disable-tooltip="true" :disable-menu="true" />
- - + +
@@ -115,18 +115,34 @@ export default {