mirror of
				https://github.com/lingble/chatwoot.git
				synced 2025-10-31 19:17:48 +00:00 
			
		
		
		
	bug: Fixes alignment issue with deleted messages (#2613)
This commit is contained in:
		 Nithin David Thomas
					Nithin David Thomas
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						GitHub
					
				
			
						parent
						
							15085cfb98
						
					
				
				
					commit
					deb4513584
				
			| @@ -61,15 +61,17 @@ | ||||
|         </div> | ||||
|       </a> | ||||
|     </div> | ||||
|     <context-menu | ||||
|       v-if="isBubble && !isMessageDeleted" | ||||
|       :is-open="showContextMenu" | ||||
|       :show-copy="hasText" | ||||
|       :menu-position="contextMenuPosition" | ||||
|       @toggle="handleContextMenuClick" | ||||
|       @delete="handleDelete" | ||||
|       @copy="handleCopy" | ||||
|     /> | ||||
|     <div class="context-menu-wrap"> | ||||
|       <context-menu | ||||
|         v-if="isBubble && !isMessageDeleted" | ||||
|         :is-open="showContextMenu" | ||||
|         :show-copy="hasText" | ||||
|         :menu-position="contextMenuPosition" | ||||
|         @toggle="handleContextMenuClick" | ||||
|         @delete="handleDelete" | ||||
|         @copy="handleCopy" | ||||
|       /> | ||||
|     </div> | ||||
|   </li> | ||||
| </template> | ||||
| <script> | ||||
| @@ -371,7 +373,7 @@ li.left.has-tweet-menu .context-menu { | ||||
|   margin-bottom: var(--space-medium); | ||||
| } | ||||
|  | ||||
| li.right .context-menu { | ||||
| li.right .context-menu-wrap { | ||||
|   margin-left: auto; | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user