Skip to content

Commit 58ca84d

Browse files
committed
Updated styling
1 parent ca78be9 commit 58ca84d

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

  • claude-agent-github-wiki/app/response/[runId]

claude-agent-github-wiki/app/response/[runId]/page.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ export default function ResponsePage() {
7878

7979
// Process streamed text chunks
8080
const combinedText = parts?.join("") || "";
81-
8281
// Determine status
8382
const getStatus = () => {
8483
if (runError || streamError) return "error";
@@ -145,7 +144,7 @@ export default function ResponsePage() {
145144
</CardHeader>
146145
<CardContent>
147146
<Progress value={progress} className="mb-3" />
148-
<div className="flex justify-between text-sm text-muted-foreground">
147+
<div className="flex justify-between text-sm text-muted-foreground h-4">
149148
<span>{metadata?.repository || "Repository"}</span>
150149
<span>{metadata?.repoSize || ""}</span>
151150
</div>
@@ -171,7 +170,7 @@ export default function ResponsePage() {
171170
</CardContent>
172171
</Card>
173172
{question && (
174-
<div className="flex items-center gap-2 bg-black/90 p-3 rounded-md border mt-3 w-fit">
173+
<div className="flex items-center gap-2 bg-black/90 p-3 rounded-xl border mt-3 w-fit">
175174
<p className="text-white">
176175
<span className="font-medium text-white/70">Question:</span>{" "}
177176
{question}

0 commit comments

Comments
 (0)