From 437227d9aa86132f3be3b41c89981cb393c903d0 Mon Sep 17 00:00:00 2001 From: Sceik <60520115+sceuick@users.noreply.github.com> Date: Wed, 17 Jul 2024 15:34:44 +0800 Subject: [PATCH] Fix backgrounds and char archiving (#978) - Fix chat padding - Fix character archiving deleting some char props - Fix inputbar background and component rounding --- web/App.tsx | 2 +- web/pages/Chat/components/InputBar.tsx | 29 ++++++++++++------- .../components/SpeechRecognitionRecorder.tsx | 3 +- web/shared/Mode/Detail.tsx | 15 +++++++--- web/shared/hooks.ts | 1 - web/store/character.ts | 3 +- 6 files changed, 34 insertions(+), 19 deletions(-) diff --git a/web/App.tsx b/web/App.tsx index 86353d519..9d1560dde 100644 --- a/web/App.tsx +++ b/web/App.tsx @@ -155,7 +155,7 @@ const Layout: Component<{ children?: any }> = (props) => {