diff --git a/web/src/app.css b/web/src/app.css index 0c0d391..dab1455 100644 --- a/web/src/app.css +++ b/web/src/app.css @@ -14,7 +14,7 @@ padding: 4px; overflow-x: auto; overflow-wrap: break-word; - margin: 0.5rem 0; + margin: 0; width: auto; } diff --git a/web/src/routes/chat/[id]/+page.svelte b/web/src/routes/chat/[id]/+page.svelte index 2ca5b0a..ac91d3c 100644 --- a/web/src/routes/chat/[id]/+page.svelte +++ b/web/src/routes/chat/[id]/+page.svelte @@ -189,16 +189,7 @@ if (!originalFenceRenderer) throw new Error("originalFenceRenderer is undefined"); // Create copy button HTML - const copyButton = `
-
- {#if i === history.length - 1 && !isLoading}
-
-
-
- {/if}
+
+
+
+ {/if}
+
{:else if question.type === "ai"}