feature/backend-rewrite #2
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user