diff --git a/SodaLive/Sources/Content/Series/SeriesListAllView.swift b/SodaLive/Sources/Content/Series/SeriesListAllView.swift index 528dd35..c61fb9f 100644 --- a/SodaLive/Sources/Content/Series/SeriesListAllView.swift +++ b/SodaLive/Sources/Content/Series/SeriesListAllView.swift @@ -14,9 +14,9 @@ struct SeriesListAllView: View { let creatorId: Int let columns = [ - GridItem(.flexible()), - GridItem(.flexible()), - GridItem(.flexible()) + GridItem(.flexible(), alignment: .top), + GridItem(.flexible(), alignment: .top), + GridItem(.flexible(), alignment: .top) ] var body: some View { diff --git a/SodaLive/Sources/Explorer/Profile/Series/UserProfileSeriesView.swift b/SodaLive/Sources/Explorer/Profile/Series/UserProfileSeriesView.swift index 6676474..73542cc 100644 --- a/SodaLive/Sources/Explorer/Profile/Series/UserProfileSeriesView.swift +++ b/SodaLive/Sources/Explorer/Profile/Series/UserProfileSeriesView.swift @@ -29,15 +29,17 @@ struct UserProfileSeriesView: View { } } - HStack(spacing: 13.3) { - ForEach(0..