mirror of
https://github.com/yattee/yattee.git
synced 2026-05-13 02:45:03 +00:00
Remove channel card background on tvOS and fix grid focus clipping
This commit is contained in:
@@ -43,10 +43,16 @@ struct MediaBrowserViewOptionsSheet: View {
|
||||
.listRowInsets(EdgeInsets(top: 8, leading: 0, bottom: 8, trailing: 0))
|
||||
}
|
||||
}
|
||||
#if os(tvOS)
|
||||
.scrollClipDisabled()
|
||||
.padding(.horizontal, 40)
|
||||
.padding(.vertical, 24)
|
||||
#else
|
||||
.navigationTitle("mediaBrowser.viewOptions.title")
|
||||
#if os(iOS)
|
||||
.navigationBarTitleDisplayMode(.inline)
|
||||
#endif
|
||||
#endif
|
||||
.toolbar {
|
||||
ToolbarItem(placement: .confirmationAction) {
|
||||
Button(role: .cancel) {
|
||||
|
||||
Reference in New Issue
Block a user