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
|
#endif
|
||||||
}
|
}
|
||||||
|
#if os(tvOS)
|
||||||
|
.scrollClipDisabled()
|
||||||
|
.padding(.horizontal, 40)
|
||||||
|
.padding(.vertical, 24)
|
||||||
|
#else
|
||||||
.navigationTitle(String(localized: "manageChannels.viewOptions.title"))
|
.navigationTitle(String(localized: "manageChannels.viewOptions.title"))
|
||||||
#if os(iOS)
|
#if os(iOS)
|
||||||
.navigationBarTitleDisplayMode(.inline)
|
.navigationBarTitleDisplayMode(.inline)
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
.presentationDetents([.height(360), .large])
|
.presentationDetents([.height(360), .large])
|
||||||
.presentationDragIndicator(.visible)
|
.presentationDragIndicator(.visible)
|
||||||
|
|||||||
Reference in New Issue
Block a user