응원 항목 너비가 화면 폭에 맞게 표시된다

프로필 팬톡의 응원 항목이 기기 화면 폭에 맞춰 표시되어
콘텐츠 정렬이 안정적으로 보인다
This commit is contained in:
Yu Sung
2026-02-09 11:02:54 +09:00
parent 68976e221c
commit 5e0899419e

View File

@@ -191,7 +191,7 @@ struct UserProfileFanTalkCheersItemView: View {
.foregroundColor(Color.gray90.opacity(0.5))
.padding(.top, 13.3)
}
.frame(width: screenSize().width - 26.7)
.frame(maxWidth: .infinity)
if isShowPopupMenu {
VStack(spacing: 10) {