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 a18bd1f commit 2999587Copy full SHA for 2999587
src/ChatWindow/ChatMessage.vue
@@ -51,7 +51,7 @@
51
52
<div class="image-container" v-else-if="isImage">
53
<chat-loader
54
- style="height: 220px"
+ class="image-loader"
55
:show="isImageLoading"
56
></chat-loader>
57
<div
@@ -362,6 +362,10 @@ export default {
362
width: 250px;
363
}
364
365
+.image-loader {
366
+ top: 140px;
367
+}
368
+
369
.message-image {
370
position: relative;
371
background-color: var(--chat-message-bg-color-image) !important;
src/ChatWindow/MessagesList.vue
@@ -278,7 +278,7 @@ export default {
278
height: this.$refs.imageFile.height + 2,
279
width: this.$refs.imageFile.width + 20
280
281
- }, 20)
+ }, 10)
282
283
},
284
0 commit comments