Narrow member list: properly hide last seen texts
This commit is contained in:
		@@ -12,6 +12,7 @@ HLabel {
 | 
				
			|||||||
    verticalAlignment: Qt.AlignVCenter
 | 
					    verticalAlignment: Qt.AlignVCenter
 | 
				
			||||||
    color: theme.colors.halfDimText
 | 
					    color: theme.colors.halfDimText
 | 
				
			||||||
    visible: Layout.maximumWidth > 0
 | 
					    visible: Layout.maximumWidth > 0
 | 
				
			||||||
 | 
					    opacity: Layout.maximumWidth > 0 ? 1 : 0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    Layout.fillHeight: true
 | 
					    Layout.fillHeight: true
 | 
				
			||||||
    Layout.maximumWidth:
 | 
					    Layout.maximumWidth:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user