Skip to content

Commit c2ab860

Browse files
committed
(fix) message hover image reply color
1 parent 41d2813 commit c2ab860

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ChatWindow/Message.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123

124124
<div
125125
class="options-container"
126-
:class="{ 'options-image': isImage }"
126+
:class="{ 'options-image': isImage && !message.replyMessage }"
127127
:style="{ width: optionsBlurWidth }"
128128
>
129129
<transition-group name="slide-left">
@@ -698,7 +698,7 @@ export default {
698698
}
699699
700700
.options-image {
701-
width: 67px;
701+
width: 69px;
702702
height: 40px;
703703
704704
.blur-container {

0 commit comments

Comments
 (0)