We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 299cc0f commit 3ef96fcCopy full SHA for 3ef96fc
1 file changed
apps/frontend/app/components/chat/interface/ChatMessageCard.vue
@@ -44,7 +44,7 @@ const chatContext = useChatContext()
44
<MDC v-else :value="message.content" class="only-child:[&>.prose-p]:my-0" />
45
<div class="hidden first:block">
46
<Skeleton
47
- class="h-5 w-$c-W rounded-full bg-muted-foreground" :style="{
+ class="h-5 max-w-full w-$c-W rounded-full bg-muted-foreground" :style="{
48
'--c-W': `${(Math.floor(Math.random() * (300 - 100 + 1)) + 100) * (message.role === 'user' ? 1 : 2)}px`,
49
}"
50
/>
0 commit comments