Skip to content

Commit 0b450a6

Browse files
committed
🧹 chore: add thinking indicator
1 parent 49576c2 commit 0b450a6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/components/arona/arona.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@
276276
isStreaming &&
277277
index === history.length - 1
278278
"
279-
class="-translate-y-2"
279+
class="-translate-y-4"
280280
/>
281281
</motion.div>
282282

docs/components/arona/typing.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<AnimatePresence>
33
<motion.section
4-
class="flex items-center gap-1.5 mt-2 mb-4 pl-0.5 origin-bottom-left"
4+
class="flex items-center gap-1.5 mt-2 mb-4 px-2 origin-bottom-left"
55
:class="props.class"
66
:initial="{ opacity: 0, y: 8, scale: 0.8 }"
77
:animate="{

0 commit comments

Comments
 (0)