1
0
mirror of git://jb55.com/damus synced 2024-10-06 19:53:22 +00:00

Fix moving post button to quell jack's OCD

This commit is contained in:
William Casarin 2023-02-20 15:04:06 -08:00
parent 647495dbc0
commit af6f88ab17

View File

@ -87,6 +87,7 @@ struct PostView: View {
.clipShape(Capsule())
}
}
.frame(height: 30)
.padding([.top, .bottom], 4)
HStack(alignment: .top) {