mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-28 22:33:13 +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) {
|
Row(verticalAlignment = Alignment.CenterVertically) {
|
||||||
if (isQuotedNote) {
|
if (isQuotedNote) {
|
||||||
NoteAuthorPicture(note, navController, account.userProfile(), 25.dp)
|
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) {
|
if (noteEvent !is RepostEvent) {
|
||||||
Text(
|
Text(
|
||||||
|
Reference in New Issue
Block a user