From 1e5ee80ca26c4bd6ed51540ffc56ecadd0c4f324 Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Tue, 30 Apr 2024 16:49:14 +0900 Subject: [PATCH] =?UTF-8?q?=ED=81=AC=EB=A6=AC=EC=97=90=EC=9D=B4=ED=84=B0?= =?UTF-8?q?=20=EC=B1=84=EB=84=90=20=EC=8B=9C=EB=A6=AC=EC=A6=88=20-=20?= =?UTF-8?q?=EC=8A=A4=ED=81=AC=EB=A1=A4=EB=B7=B0=20=EC=B6=94=EA=B0=80=20?= =?UTF-8?q?=EC=8B=9C=EB=A6=AC=EC=A6=88=20=EC=A0=84=EC=B2=B4=20=EB=B3=B4?= =?UTF-8?q?=EA=B8=B0=20-=20=EC=83=81=EB=8B=A8=20=EC=A0=95=EB=A0=AC=20?= =?UTF-8?q?=EB=B0=A9=EC=8B=9D=EC=9C=BC=EB=A1=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Content/Series/SeriesListAllView.swift | 6 +++--- .../Series/UserProfileSeriesView.swift | 20 ++++++++++--------- .../UI/Component/SeriesListItemView.swift | 2 +- 3 files changed, 15 insertions(+), 13 deletions(-) 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..