From e8cc60dc624a36ef97bc968993b54bedb293c7e5 Mon Sep 17 00:00:00 2001 From: Enrico Ros Date: Thu, 4 May 2023 14:22:53 -0700 Subject: [PATCH] Layout change --- src/apps/chat/components/composer/Composer.tsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/apps/chat/components/composer/Composer.tsx b/src/apps/chat/components/composer/Composer.tsx index 6a58e342d..fcfe92e4f 100644 --- a/src/apps/chat/components/composer/Composer.tsx +++ b/src/apps/chat/components/composer/Composer.tsx @@ -399,11 +399,11 @@ export function Composer(props: { {/* Vertical Buttons Bar */} - + {/*Context*/} - {isSpeechEnabled && + {isSpeechEnabled && } @@ -419,8 +419,6 @@ export function Composer(props: { - - @@ -435,7 +433,7 @@ export function Composer(props: { - + {/* Edit box, with Drop overlay */}