시리즈 아이템

- 상단을 기준으로 정렬이 되도록 수정
This commit is contained in:
Yu Sung
2024-04-30 23:33:09 +09:00
parent f97917f407
commit 9f3eb8a995
4 changed files with 56 additions and 50 deletions

View File

@@ -30,7 +30,7 @@ struct UserProfileSeriesView: View {
}
ScrollView(.horizontal, showsIndicators: false) {
HStack(spacing: 13.3) {
HStack(alignment: .top, spacing: 13.3) {
ForEach(0..<items.count, id: \.self) {
let item = items[$0]
SeriesListBigItemView(item: item)