File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 127
127
:style =" {
128
128
height: `${imageDimensions.height}px`,
129
129
'min-height': `${imageDimensions.height - 14}px`,
130
- 'padding-left': `${imageDimensions.width}px`
130
+ 'padding-left': `${imageDimensions.width + 6 }px`
131
131
}"
132
132
v-model =" message"
133
133
@input =" autoGrow"
@@ -562,7 +562,7 @@ textarea {
562
562
background : var (--chat-bg-color-input );
563
563
color : var (--chat-color );
564
564
border-radius : 20px ;
565
- padding : 12px 140px 0 10 px ;
565
+ padding : 12px 140px 0 16 px ;
566
566
overflow : hidden ;
567
567
outline : 0 ;
568
568
width : 100% ;
@@ -639,11 +639,11 @@ textarea {
639
639
640
640
.icon-file {
641
641
display : flex ;
642
- margin : 0 10 px ;
642
+ margin : 0 8 px 0 15 px ;
643
643
}
644
644
645
645
.icon-remove {
646
- margin-left : 10 px ;
646
+ margin-left : 8 px ;
647
647
648
648
svg {
649
649
height : 18px ;
You can’t perform that action at this time.
0 commit comments