mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-27 09:36:46 +02:00
Adding some space between the profile picture and the name for quoted notes
This commit is contained in:
@@ -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(
|
||||
|
Reference in New Issue
Block a user