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 ef2bcdc commit 5f02b56Copy full SHA for 5f02b56
ui/src/components/ai-chat/index.vue
@@ -40,8 +40,8 @@
40
<div ref="dialogScrollbar" class="ai-chat__content p-24 chat-width">
41
<div class="item-content mb-16" v-if="!props.available || (props.data?.prologue && !log)">
42
<div class="avatar">
43
- <img v-if="data.avatar" :src="data.avatar" height="30px" />
44
- <LogoIcon v-else height="30px" />
+ <img v-if="data.avatar" :src="data.avatar" height="32px" width="32px" />
+ <LogoIcon v-else height="32px" width="32px" />
45
</div>
46
47
<div class="content">
0 commit comments