채널별 인기 콘텐츠

- 채널명 길이 제한, 사진 너비 이상이르ㅗ 길어지지 않도록 수정
This commit is contained in:
Yu Sung 2025-04-08 12:26:19 +09:00
parent b898d225fd
commit e7427abf1e
1 changed files with 3 additions and 0 deletions

View File

@ -38,7 +38,10 @@ struct ContentCreatorView: View {
Color.graybb
)
.lineLimit(1)
.truncationMode(.tail)
}
.frame(width: 60)
}
}