Skip to content

Commit 09420d2

Browse files
committed
(UI) fix image loader position
1 parent 595feb2 commit 09420d2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/ChatWindow/ChatMessage.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,10 @@
5050
</div>
5151

5252
<div class="image-container" v-else-if="isImage">
53-
<chat-loader :show="isImageLoading"></chat-loader>
53+
<chat-loader
54+
style="height: 220px"
55+
:show="isImageLoading"
56+
></chat-loader>
5457
<div
5558
class="message-image"
5659
:class="{

0 commit comments

Comments
 (0)