Remove padding at top of divider on reply attachment bar
This commit is contained in:
@@ -238,7 +238,7 @@ struct PostView: View {
|
|||||||
.frame(maxHeight: .infinity)
|
.frame(maxHeight: .infinity)
|
||||||
} else {
|
} else {
|
||||||
Divider()
|
Divider()
|
||||||
.padding([.top, .bottom], 10)
|
.padding([.bottom], 10)
|
||||||
VStack(alignment: .leading) {
|
VStack(alignment: .leading) {
|
||||||
AttachmentBar
|
AttachmentBar
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user