mirror of
https://github.com/yattee/yattee.git
synced 2026-05-13 10:55:03 +00:00
Polish tvOS Manage Channels view options sheet layout
This commit is contained in:
@@ -171,10 +171,16 @@ struct ManageChannelsView: View {
|
||||
}
|
||||
#endif
|
||||
}
|
||||
#if os(tvOS)
|
||||
.scrollClipDisabled()
|
||||
.padding(.horizontal, 40)
|
||||
.padding(.vertical, 24)
|
||||
#else
|
||||
.navigationTitle(String(localized: "manageChannels.viewOptions.title"))
|
||||
#if os(iOS)
|
||||
.navigationBarTitleDisplayMode(.inline)
|
||||
#endif
|
||||
#endif
|
||||
}
|
||||
.presentationDetents([.height(360), .large])
|
||||
.presentationDragIndicator(.visible)
|
||||
|
||||
Reference in New Issue
Block a user