feature/backend-rewrite #2

Open
kamil wants to merge 236 commits from feature/backend-rewrite into main
Showing only changes of commit 9a05708019 - Show all commits

View File

@@ -498,7 +498,7 @@ struct FullPlayerView: View {
.padding(.horizontal, 20)
.padding(.top, 32)
Spacer(minLength: 24)
Spacer(minLength: 16)
// Bottom toolbar
HStack(spacing: 0) {
@@ -572,8 +572,9 @@ struct FullPlayerView: View {
.buttonStyle(.plain)
}
.padding(.horizontal, 16)
.padding(.bottom, 24)
.padding(.bottom, 8)
}
.ignoresSafeArea(edges: .bottom)
}
.sheet(isPresented: $showingChaptersList) {
ChaptersListSheet(