mirror of
https://github.com/yattee/yattee.git
synced 2025-08-09 20:24:06 +00:00
Fix #338
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user