fix: separate the agent meta line from the result toggle group

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
hugocasa
2026-09-17 10:07:09 +02:00
co-authored by Claude Opus 5
parent fae7c8bd2c
commit c1483d8e6a
@@ -23,7 +23,9 @@
let textOutput = $derived(typeof result.output === 'string' ? result.output : undefined)
</script>
<div class="flex flex-col gap-2 w-full">
<!-- pt-2 clears the toggle group and control bar the result viewer puts directly
above this, which otherwise sit on the meta line. -->
<div class="flex flex-col gap-2 w-full pt-2">
<div class="flex items-center gap-2 flex-wrap text-xs">
<Bot size={14} class="text-tertiary shrink-0" />
{#if summary.toolCalls > 0}