|
|
@@ -129,7 +129,7 @@ export const ChatWindow: React.FC<ChatWindowProps> = ({
|
|
|
<div
|
|
|
className="flex-1 overflow-y-auto p-4"
|
|
|
style={{
|
|
|
- height: `calc(100% - ${Array.isArray(agents) && agents.length > 1 ? '180px' : '120px'})`,
|
|
|
+ height: `calc(100% - ${Array.isArray(agents) && agents.length > 1 ? '180px' : '160px'})`,
|
|
|
backgroundColor: INK_THEME.colors.ink.light
|
|
|
}}
|
|
|
>
|