Skip to content

Commit 6a7379f

Browse files
committed
ui: left-align action buttons (drop justify-end)
1 parent 6325f31 commit 6a7379f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

frontend/src/components/ui/ModelCard.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,8 @@
187187
on:keydown|stopPropagation
188188
role="region"
189189
>
190-
<!-- Action buttons: Chat (primary) + Metrics, right-aligned. -->
191-
<div class="flex flex-wrap justify-end gap-2">
190+
<!-- Action buttons: Chat (primary) + Metrics, left-aligned. -->
191+
<div class="flex flex-wrap gap-2">
192192
<a
193193
href={chatUrl}
194194
target="_blank"

0 commit comments

Comments
 (0)