Profile: Add a gap between pinned posts and other posts
This commit is contained in:
parent
a43a657f1e
commit
76c0c843cd
|
@ -339,8 +339,9 @@ public struct AccountDetailView: View {
|
|||
StatusRowView(viewModel: .init(status: status))
|
||||
}
|
||||
.padding(.horizontal, .layoutPadding)
|
||||
Divider()
|
||||
.padding(.vertical, .dividerPadding)
|
||||
Rectangle()
|
||||
.frame(height: 12)
|
||||
.foregroundColor(theme.secondaryBackgroundColor)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue