From f8f26586539ad0c1a5463418527bdd28e2d157e4 Mon Sep 17 00:00:00 2001 From: sebseb7 Date: Sun, 5 Oct 2025 22:21:03 +0200 Subject: [PATCH] chat windows full screen in mobileVertical --- src/components/ChatAssistant.js | 118 +++++++++++++++++--------------- 1 file changed, 61 insertions(+), 57 deletions(-) diff --git a/src/components/ChatAssistant.js b/src/components/ChatAssistant.js index b9076f4..93b7c69 100644 --- a/src/components/ChatAssistant.js +++ b/src/components/ChatAssistant.js @@ -461,20 +461,20 @@ class ChatAssistant extends Component { const inputsDisabled = isGuest && !privacyConfirmed; return ( - - - {this.formatTime(recordingTime)} @@ -604,45 +606,47 @@ class ChatAssistant extends Component { }} /> - {isRecording ? ( - - - - ) : ( - + {isRecording ? ( + + + + ) : ( + + + + )} + + - + - )} - - - - - - + + + );