mirror of
https://github.com/yattee/yattee.git
synced 2026-05-13 19:05:03 +00:00
Remove channel card background on tvOS and fix grid focus clipping
This commit is contained in:
@@ -386,6 +386,7 @@ struct ManageChannelsView: View {
|
||||
}
|
||||
}
|
||||
}
|
||||
.scrollClipDisabled()
|
||||
}
|
||||
|
||||
// MARK: - Helpers
|
||||
|
||||
@@ -323,10 +323,16 @@ struct SubscriptionsView: View {
|
||||
}
|
||||
#endif
|
||||
}
|
||||
#if os(tvOS)
|
||||
.scrollClipDisabled()
|
||||
.padding(.horizontal, 40)
|
||||
.padding(.vertical, 24)
|
||||
#else
|
||||
.navigationTitle(String(localized: "subscriptions.viewOptions.title"))
|
||||
#if os(iOS)
|
||||
.navigationBarTitleDisplayMode(.inline)
|
||||
#endif
|
||||
#endif
|
||||
}
|
||||
.presentationDetents([.height(420), .large])
|
||||
.presentationDragIndicator(.visible)
|
||||
|
||||
Reference in New Issue
Block a user