This commit is contained in:
Arkadiusz Fal
2022-11-11 19:53:52 +01:00
parent 5d033cbdfc
commit 611bcde238
3 changed files with 28 additions and 67 deletions

View File

@@ -19,8 +19,8 @@ struct SponsorBlockSettings: View {
}
#if os(tvOS)
.frame(maxWidth: 1000)
#elseif os(iOS)
.listStyle(.insetGrouped)
#else
.frame(minWidth: 0, maxWidth: .infinity, alignment: .leading)
#endif
.navigationTitle("SponsorBlock")
}
@@ -106,5 +106,6 @@ struct SponsorBlockSettings_Previews: PreviewProvider {
VStack {
SponsorBlockSettings()
}
.frame(maxHeight: 600)
}
}