File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 116
116
</span >
117
117
</div >
118
118
119
- <div class =" options-container" >
119
+ <div class =" options-container" :class = " { 'options-image': isImage } " >
120
120
<transition name =" slide-left" >
121
121
<div
122
122
v-if =" messageHover"
123
123
class =" blur-container"
124
124
:class =" {
125
- 'options-me': message.sender_id === currentUserId,
126
- 'options-image': isImage
125
+ 'options-me': message.sender_id === currentUserId
127
126
}"
128
127
></div >
129
128
</transition >
@@ -661,7 +660,13 @@ export default {
661
660
}
662
661
663
662
.options-image {
664
- background : rgba (255 , 255 , 255 , 0.8 );
663
+ width : 67px ;
664
+ height : 40px ;
665
+
666
+ .blur-container {
667
+ background : rgba (255 , 255 , 255 , 0.7 );
668
+ border-bottom-left-radius : 15px ;
669
+ }
665
670
}
666
671
667
672
.image-buttons {
You can’t perform that action at this time.
0 commit comments