라이브 전체보기 그리드 레이아웃 조정

This commit is contained in:
Yu Sung
2026-01-30 16:42:00 +09:00
parent ed9c2d9d32
commit 26f67028cf
3 changed files with 28 additions and 9 deletions

View File

@@ -40,7 +40,7 @@ struct SectionLiveNowView: View {
ScrollView(.horizontal, showsIndicators: false) {
LazyHStack(alignment: .top, spacing: 16) {
ForEach(items, id: \.self) { item in
LiveNowItemView(item: item)
LiveNowItemView(item: item, itemWidth: nil)
.contentShape(Rectangle())
.onTapGesture {
if !token.trimmingCharacters(in: .whitespacesAndNewlines).isEmpty {