diff --git a/src/interface/web/app/agents/page.tsx b/src/interface/web/app/agents/page.tsx index 8a9f955a..2d686f5f 100644 --- a/src/interface/web/app/agents/page.tsx +++ b/src/interface/web/app/agents/page.tsx @@ -281,7 +281,7 @@ export default function Agents() { />
-
+

Agents

diff --git a/src/interface/web/app/chat/chat.module.css b/src/interface/web/app/chat/chat.module.css index 311fc036..72b5c675 100644 --- a/src/interface/web/app/chat/chat.module.css +++ b/src/interface/web/app/chat/chat.module.css @@ -105,6 +105,7 @@ div.agentIndicator { div.chatBox { padding: 0; + height: min-content; } } @@ -119,6 +120,7 @@ div.agentIndicator { div.chatBox { padding: 0; + height: min-content; } div.chatLayout { diff --git a/src/interface/web/app/chat/page.tsx b/src/interface/web/app/chat/page.tsx index 702dc894..54487f45 100644 --- a/src/interface/web/app/chat/page.tsx +++ b/src/interface/web/app/chat/page.tsx @@ -256,7 +256,7 @@ export default function Chat() { { !isMobileWidth &&
- {title &&

{title}

} + {title &&

{title}

}
} }> diff --git a/src/interface/web/app/components/chatInputArea/chatInputArea.tsx b/src/interface/web/app/components/chatInputArea/chatInputArea.tsx index 0f8f498b..089bc27f 100644 --- a/src/interface/web/app/components/chatInputArea/chatInputArea.tsx +++ b/src/interface/web/app/components/chatInputArea/chatInputArea.tsx @@ -372,7 +372,7 @@ export default function ChatInputArea(props: ChatInputProps) { className="!bg-none p-1 h-auto text-3xl rounded-full text-gray-300 hover:text-gray-500" disabled={props.sendDisabled} onClick={handleFileButtonClick}> - +