New details page button

This commit is contained in:
Arkadiusz Fal
2022-12-18 22:34:22 +01:00
parent 467f50715c
commit 9bde57e4eb
4 changed files with 149 additions and 52 deletions

View File

@@ -25,7 +25,7 @@ struct CommentsView: View {
.borderBottom(height: comment != last ? 0.5 : 0, color: Color("ControlsBorderColor"))
}
}
.padding(.top, 10)
.padding(.top, 55)
if embedInScrollView {
ScrollView(.vertical, showsIndicators: false) {