mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-11-04 08:08:55 +01:00 
			
		
		
		
	Fix track search item not filling width if content is too short
This commit is contained in:
		@@ -223,6 +223,7 @@ private fun SearchResultItem(
 | 
			
		||||
    val borderColor = if (selected) MaterialTheme.colorScheme.outline else Color.Transparent
 | 
			
		||||
    Box(
 | 
			
		||||
        modifier = Modifier
 | 
			
		||||
            .fillMaxWidth()
 | 
			
		||||
            .padding(horizontal = 12.dp)
 | 
			
		||||
            .clip(shape)
 | 
			
		||||
            .background(MaterialTheme.colorScheme.surface)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user