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 116116 </span >
117117 </div >
118118
119- <div class =" options-container" >
119+ <div class =" options-container" :class = " { 'options-image': isImage } " >
120120 <transition name =" slide-left" >
121121 <div
122122 v-if =" messageHover"
123123 class =" blur-container"
124124 :class =" {
125- 'options-me': message.sender_id === currentUserId,
126- 'options-image': isImage
125+ 'options-me': message.sender_id === currentUserId
127126 }"
128127 ></div >
129128 </transition >
@@ -661,7 +660,13 @@ export default {
661660}
662661
663662.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+ }
665670}
666671
667672.image-buttons {
You can’t perform that action at this time.
0 commit comments