Adding some space between the profile picture and the name for quoted notes

This commit is contained in:
Vitor Pamplona 2023-02-20 20:51:27 -05:00
parent d31c11f70d
commit e52d7a7881

View File

@ -228,8 +228,11 @@ fun NoteCompose(
Row(verticalAlignment = Alignment.CenterVertically) {
if (isQuotedNote) {
NoteAuthorPicture(note, navController, account.userProfile(), 25.dp)
NoteUsernameDisplay(note, Modifier.padding(start = 5.dp).weight(1f))
} else {
NoteUsernameDisplay(note, Modifier.weight(1f))
}
NoteUsernameDisplay(note, Modifier.weight(1f))
if (noteEvent !is RepostEvent) {
Text(