From 32cf096c999824ea9e9739e93da5f07fae89f5a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20G=C3=B3mez?= Date: Sat, 31 Jan 2026 15:41:33 +0100 Subject: [PATCH] nit: ui tweaks --- src/components/AIViewer.tsx | 25 +++++++++---------------- 1 file changed, 9 insertions(+), 16 deletions(-) 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} > - +