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)
|
||||
} else {
|
||||
Divider()
|
||||
.padding([.top, .bottom], 10)
|
||||
.padding([.bottom], 10)
|
||||
VStack(alignment: .leading) {
|
||||
AttachmentBar
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user