mirror of
https://github.com/yattee/yattee.git
synced 2026-05-12 02:17:46 +00:00
Add horizontal padding to View Options sheet on tvOS
Prevents form rows from being cut off at the left and right edges of the narrow tvOS sheet.
This commit is contained in:
@@ -36,6 +36,7 @@ struct ViewOptionsSheet: View {
|
|||||||
NavigationStack {
|
NavigationStack {
|
||||||
formContent
|
formContent
|
||||||
}
|
}
|
||||||
|
.padding(.horizontal, 40)
|
||||||
#else
|
#else
|
||||||
formContent
|
formContent
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user