mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-30 23:03:00 +00:00 
			
		
		
		
	Rm extra padding in header
This commit is contained in:
		| @@ -45,7 +45,7 @@ fun CommentRepliesHeader(comment: CommentsInfoItem) { | |||||||
|         ) { |         ) { | ||||||
|             Row( |             Row( | ||||||
|                 modifier = Modifier |                 modifier = Modifier | ||||||
|                     .padding(top = 8.dp, bottom = 8.dp, end = 8.dp) |                     .padding(bottom = 8.dp, end = 8.dp) | ||||||
|                     .clickable { |                     .clickable { | ||||||
|                         NavigationHelper.openCommentAuthorIfPresent( |                         NavigationHelper.openCommentAuthorIfPresent( | ||||||
|                             context as FragmentActivity, |                             context as FragmentActivity, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Isira Seneviratne
					Isira Seneviratne