We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9ed7d1 commit d056db4Copy full SHA for d056db4
1 file changed
apps/frontend/app/components/chat/ChatInterface.vue
@@ -334,10 +334,10 @@ function alertIsStreaming(input: string) {
334
:class="m.role === 'user' ? 'justify-end' : 'justify-start'"
335
>
336
<Card
337
- class="bg-transparent shadow-md md:max-w-2xl"
+ class="bg-transparent shadow-md"
338
:class="[
339
m.role === 'user' ? 'border-secondary-200' : 'border-primary-200',
340
- m.role === 'user' ? 'max-w-80%' : 'max-w-full',
+ m.role === 'user' ? 'max-w-80% md:max-w-2xl' : 'max-w-full md:max-w-3xl',
341
]"
342
343
<!-- <CardHeader class="px-4 py-2">
0 commit comments