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 41d2813 commit c2ab860Copy full SHA for c2ab860
src/ChatWindow/Message.vue
@@ -123,7 +123,7 @@
123
124
<div
125
class="options-container"
126
- :class="{ 'options-image': isImage }"
+ :class="{ 'options-image': isImage && !message.replyMessage }"
127
:style="{ width: optionsBlurWidth }"
128
>
129
<transition-group name="slide-left">
@@ -698,7 +698,7 @@ export default {
698
}
699
700
.options-image {
701
- width: 67px;
+ width: 69px;
702
height: 40px;
703
704
.blur-container {
0 commit comments