1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2025-01-11 01:40:59 +00:00

Rm extra padding in header

This commit is contained in:
Isira Seneviratne 2024-07-05 16:00:46 +05:30
parent c5d94a5b60
commit e72da94eb1

View File

@ -45,7 +45,7 @@ fun CommentRepliesHeader(comment: CommentsInfoItem) {
) {
Row(
modifier = Modifier
.padding(top = 8.dp, bottom = 8.dp, end = 8.dp)
.padding(bottom = 8.dp, end = 8.dp)
.clickable {
NavigationHelper.openCommentAuthorIfPresent(
context as FragmentActivity,