Profile: Add a gap between pinned posts and other posts

This commit is contained in:
Thomas Ricouard 2023-02-09 07:49:15 +01:00
parent a43a657f1e
commit 76c0c843cd

View file

@ -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)
}
}
}