Remove padding at top of divider on reply attachment bar

This commit is contained in:
William Casarin
2023-04-03 11:11:51 -07:00
parent b9d62e300b
commit 997bc38885

View File

@@ -238,7 +238,7 @@ struct PostView: View {
.frame(maxHeight: .infinity)
} else {
Divider()
.padding([.top, .bottom], 10)
.padding([.bottom], 10)
VStack(alignment: .leading) {
AttachmentBar
}