diff --git a/ios/LibNovel/LibNovel/Views/Player/PlayerViews.swift b/ios/LibNovel/LibNovel/Views/Player/PlayerViews.swift index 6c07106..8b8516e 100644 --- a/ios/LibNovel/LibNovel/Views/Player/PlayerViews.swift +++ b/ios/LibNovel/LibNovel/Views/Player/PlayerViews.swift @@ -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(