File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change 66
66
</transition-group >
67
67
</div >
68
68
</div >
69
- <div class =" room-footer" :class =" { 'textarea-outline': editedMessage._id }" >
69
+ <div
70
+ class =" room-footer"
71
+ :class =" {
72
+ 'textarea-outline': editedMessage._id,
73
+ 'footer-border': !editedMessage._id
74
+ }"
75
+ >
70
76
<div class =" box-footer" >
71
77
<div v-if =" imageFile" >
72
78
<div class =" svg-button icon-image" @click =" resetImageFile" >
@@ -477,11 +483,14 @@ export default {
477
483
bottom : 0 ;
478
484
width : calc (100% - 1px );
479
485
background : var (--chat-color-input );
480
- border-top : 1px solid var (--chat-border-color );
481
486
z-index : 10 ;
482
487
border-bottom-right-radius : 4px ;
483
488
}
484
489
490
+ .footer-border {
491
+ border-top : 1px solid var (--chat-border-color );
492
+ }
493
+
485
494
.box-footer {
486
495
display : flex ;
487
496
}
You can’t perform that action at this time.
0 commit comments