mirror of
https://github.com/LiveFastEatTrashRaccoon/RaccoonForLemmy.git
synced 2025-02-09 04:18:40 +01:00
chore: update layout of inbox reply subtitle (#691)
This commit is contained in:
parent
83f0a5a2f1
commit
471c54d6f4
@ -110,7 +110,7 @@ fun InboxReplySubtitle(
|
|||||||
},
|
},
|
||||||
),
|
),
|
||||||
verticalAlignment = Alignment.CenterVertically,
|
verticalAlignment = Alignment.CenterVertically,
|
||||||
horizontalArrangement = Arrangement.spacedBy(Spacing.xs),
|
horizontalArrangement = Arrangement.spacedBy(Spacing.xxs),
|
||||||
) {
|
) {
|
||||||
if (creatorAvatar.isNotEmpty() && autoLoadImages) {
|
if (creatorAvatar.isNotEmpty() && autoLoadImages) {
|
||||||
CustomImage(
|
CustomImage(
|
||||||
@ -193,7 +193,7 @@ fun InboxReplySubtitle(
|
|||||||
Text(
|
Text(
|
||||||
modifier = Modifier.padding(start = Spacing.xxs),
|
modifier = Modifier.padding(start = Spacing.xxs),
|
||||||
text = date?.prettifyDate() ?: "",
|
text = date?.prettifyDate() ?: "",
|
||||||
style = MaterialTheme.typography.labelLarge,
|
style = MaterialTheme.typography.labelMedium,
|
||||||
color = ancillaryColor,
|
color = ancillaryColor,
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
@ -239,7 +239,7 @@ fun InboxReplySubtitle(
|
|||||||
upVoted = upVoted,
|
upVoted = upVoted,
|
||||||
downVoted = downVoted,
|
downVoted = downVoted,
|
||||||
),
|
),
|
||||||
style = MaterialTheme.typography.labelLarge,
|
style = MaterialTheme.typography.labelMedium,
|
||||||
color = ancillaryColor,
|
color = ancillaryColor,
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user