Skip to content

Commit d056db4

Browse files
committed
style: increase render size for AI card
1 parent a9ed7d1 commit d056db4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/frontend/app/components/chat/ChatInterface.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,10 +334,10 @@ function alertIsStreaming(input: string) {
334334
:class="m.role === 'user' ? 'justify-end' : 'justify-start'"
335335
>
336336
<Card
337-
class="bg-transparent shadow-md md:max-w-2xl"
337+
class="bg-transparent shadow-md"
338338
:class="[
339339
m.role === 'user' ? 'border-secondary-200' : 'border-primary-200',
340-
m.role === 'user' ? 'max-w-80%' : 'max-w-full',
340+
m.role === 'user' ? 'max-w-80% md:max-w-2xl' : 'max-w-full md:max-w-3xl',
341341
]"
342342
>
343343
<!-- <CardHeader class="px-4 py-2">

0 commit comments

Comments
 (0)