시리즈 전체보기
- 아이템 상단 정렬
This commit is contained in:
@@ -24,7 +24,6 @@ struct SeriesListAllView: View {
|
||||
ForEach(0..<viewModel.seriesList.count, id: \.self) { index in
|
||||
let item = viewModel.seriesList[index]
|
||||
SeriesListItemView(itemWidth: (screenSize().width - 40) / 3, item: item)
|
||||
.alignmentGuide(.top) { _ in 0 }
|
||||
.contentShape(Rectangle())
|
||||
.onTapGesture {
|
||||
AppState.shared
|
||||
|
Reference in New Issue
Block a user