mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 21:39:12 +00:00
Fix timestamp padding for .horizontal bubble layout style (#1704)
This commit is contained in:
parent
9fbf70282e
commit
21856e994a
@ -186,13 +186,9 @@ struct TimelineItemBubbledStylerView<Content: View>: View {
|
||||
.cornerRadius(10)
|
||||
.padding(.trailing, 4)
|
||||
.padding(.bottom, 4)
|
||||
case .overlay(capsuleStyle: false):
|
||||
case .horizontal, .overlay(capsuleStyle: false):
|
||||
localizedSendInfo
|
||||
.padding(.bottom, -4)
|
||||
case .horizontal:
|
||||
localizedSendInfo
|
||||
.padding(.bottom, 4)
|
||||
.padding(.trailing, 4)
|
||||
case .vertical:
|
||||
GridRow {
|
||||
localizedSendInfo
|
||||
|
Loading…
x
Reference in New Issue
Block a user