From d28525ad02c41f685a6bd2e5aba90c33749c0880 Mon Sep 17 00:00:00 2001 From: n4ze3m Date: Thu, 16 May 2024 11:32:31 +0530 Subject: [PATCH] chore: Update Sidepanel UI styling and manifest configuration --- src/components/Sidepanel/Chat/body.tsx | 4 +++- src/components/Sidepanel/Chat/form.tsx | 2 +- src/entries/sidepanel/index.html | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/components/Sidepanel/Chat/body.tsx b/src/components/Sidepanel/Chat/body.tsx index d6e3684..5617970 100644 --- a/src/components/Sidepanel/Chat/body.tsx +++ b/src/components/Sidepanel/Chat/body.tsx @@ -32,7 +32,9 @@ export const SidePanelBody = () => { isTTSEnabled={ttsEnabled} /> ))} -
+ { + import.meta.env.BROWSER === "chrome" ?
:
+ }
) diff --git a/src/components/Sidepanel/Chat/form.tsx b/src/components/Sidepanel/Chat/form.tsx index 45ec340..41afbcb 100644 --- a/src/components/Sidepanel/Chat/form.tsx +++ b/src/components/Sidepanel/Chat/form.tsx @@ -117,7 +117,7 @@ export const SidepanelForm = ({ dropedFile }: Props) => { } return ( -
+
+