mirror of
				https://github.com/Palm1r/QodeAssist.git
				synced 2025-11-03 16:54:48 -05:00 
			
		
		
		
	fix: Chat item code style
This commit is contained in:
		@ -122,9 +122,9 @@ Rectangle {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        anchors.verticalCenter: parent.verticalCenter
 | 
					        anchors.verticalCenter: parent.verticalCenter
 | 
				
			||||||
        width: 3
 | 
					        width: 3
 | 
				
			||||||
        height: parent.height - 8
 | 
					        height: root.height - root.radius
 | 
				
			||||||
        color: "#92BD6C"
 | 
					        color: "#92BD6C"
 | 
				
			||||||
        radius: 8
 | 
					        radius: root.radius
 | 
				
			||||||
        visible: root.isUserMessage
 | 
					        visible: root.isUserMessage
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user