mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-01-23 23:46:57 +00:00
Rm extra padding in header
This commit is contained in:
parent
94ef79c7ce
commit
21b22d3fe3
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user