diff --git a/src/components/AIViewer.tsx b/src/components/AIViewer.tsx index b1a6923..c4bc2f5 100644 --- a/src/components/AIViewer.tsx +++ b/src/components/AIViewer.tsx @@ -507,26 +507,16 @@ function ChatPanel({ onChange={(e) => setInput(e.target.value)} onKeyDown={handleKeyDown} placeholder="Type a message..." - className="flex-1 min-h-[38px] max-h-[120px] resize-none text-sm" + className="flex-1 max-h-[120px] resize-none text-sm" rows={1} disabled={isLoading} /> {isLoading ? ( - ) : ( - )} @@ -677,10 +667,11 @@ export function AIViewer({ subcommand }: AIViewerProps) { const sidebarContent = (
-
+
+ */} ) : ( @@ -802,7 +795,7 @@ export function AIViewer({ subcommand }: AIViewerProps) { value={activeInstanceId || ""} onValueChange={setActiveInstance} > - +