We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c42aae commit 60675a1Copy full SHA for 60675a1
components/AssistantChatMessage.vue
@@ -47,7 +47,7 @@ const copyMessage = async () => {
47
<label class="bg-layer bg-opacity-75 block m-1 px-1 rounded sticky top-1 z-10" :class="{ 'self-end': isHuman, 'self-start': isAssistant }">
48
<small>{{ name }}</small>
49
</label>
50
- <div class="flex items-start">
+ <div class="flex items-start" :class="{ 'justify-end': isHuman, 'justify-start': isAssistant }">
51
<CoreLayer>
52
<CoreEditor v-if="isMounted" :model-value="text" :options="options" class="bg-layer" />
53
</CoreLayer>
0 commit comments