From 329602c053b6bb74377bc2071cb5697bdb115fb7 Mon Sep 17 00:00:00 2001 From: ajvpot <553597+ajvpot@users.noreply.github.com> Date: Wed, 23 Jul 2025 00:00:00 +0000 Subject: [PATCH] a --- src/components/ChatBox.tsx | 6 ++++-- src/components/MapWithChatClient.tsx | 4 +++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/components/ChatBox.tsx b/src/components/ChatBox.tsx index 1fe8cc9..5bfd9df 100644 --- a/src/components/ChatBox.tsx +++ b/src/components/ChatBox.tsx @@ -100,10 +100,12 @@ export default function ChatBox({ showAllMessagesTab = false, className = "", st className={`bg-white dark:bg-neutral-900 rounded-lg shadow-lg flex flex-col ${ startExpanded ? className - : `w-80 ${minimized ? "min-h-[2.5rem] px-4 py-2" : "h-96 px-4 py-4"} ${className}` + : minimized + ? "w-80 h-10 px-3 py-1" + : "w-80 h-96 px-4 py-4" }`} > -
+
MeshCore Chat {!startExpanded && (