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 7b976af commit ab72786Copy full SHA for ab72786
src/ChatWindow/MessagesList.vue
@@ -95,7 +95,7 @@
95
</transition>
96
97
<div class="box-footer">
98
- <div v-if="imageFile">
+ <div v-if="imageFile" class="image-container">
99
<div class="svg-button icon-image" @click="resetImageFile">
100
<svg-icon name="close" param="image" />
101
</div>
@@ -530,7 +530,7 @@ export default {
530
}
531
532
.image-file {
533
- padding: 10px;
+ margin-right: 10px;
534
max-width: 250px;
535
536
@@ -568,10 +568,15 @@ textarea {
568
569
570
571
+.image-container {
572
+ display: flex;
573
+}
574
+
575
.icon-image {
576
position: absolute;
- top: 25px;
- left: 25px;
577
+ top: 15px;
578
+ left: 15px;
579
+ z-index: 2;
580
581
svg {
582
height: 20px;
0 commit comments