We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6325f31 commit 6a7379fCopy full SHA for 6a7379f
1 file changed
frontend/src/components/ui/ModelCard.svelte
@@ -187,8 +187,8 @@
187
on:keydown|stopPropagation
188
role="region"
189
>
190
- <!-- Action buttons: Chat (primary) + Metrics, right-aligned. -->
191
- <div class="flex flex-wrap justify-end gap-2">
+ <!-- Action buttons: Chat (primary) + Metrics, left-aligned. -->
+ <div class="flex flex-wrap gap-2">
192
<a
193
href={chatUrl}
194
target="_blank"
0 commit comments