putch bubble
This commit is contained in:
parent
7a078f6b51
commit
66ca1bb130
@ -291,8 +291,7 @@ struct PrivateChatView: View {
|
||||
.foregroundColor(isCurrentUser ? foregroundColor.opacity(0.85) : .secondary)
|
||||
}
|
||||
}
|
||||
// Lower the timestamp slightly to make it look like it's in the corner.
|
||||
.padding(.bottom, 2)
|
||||
.offset(y: 3) // Move the timestamp view down
|
||||
}
|
||||
.padding(.vertical, 10)
|
||||
.padding(.horizontal, 12)
|
||||
@ -302,7 +301,7 @@ struct PrivateChatView: View {
|
||||
showHornsRaw: decorations.showHorns,
|
||||
showLegsRaw: decorations.showLegs
|
||||
)
|
||||
.fill(bubbleColor)
|
||||
.fill(bubbleColor)
|
||||
)
|
||||
.frame(maxWidth: messageBubbleMaxWidth, alignment: isCurrentUser ? .trailing : .leading)
|
||||
.fixedSize(horizontal: false, vertical: true)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user