From 5e0899419eed1246886cbc456a63f36ec46399c4 Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Mon, 9 Feb 2026 11:02:54 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9D=91=EC=9B=90=20=ED=95=AD=EB=AA=A9=20?= =?UTF-8?q?=EB=84=88=EB=B9=84=EA=B0=80=20=ED=99=94=EB=A9=B4=20=ED=8F=AD?= =?UTF-8?q?=EC=97=90=20=EB=A7=9E=EA=B2=8C=20=ED=91=9C=EC=8B=9C=EB=90=9C?= =?UTF-8?q?=EB=8B=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 프로필 팬톡의 응원 항목이 기기 화면 폭에 맞춰 표시되어 콘텐츠 정렬이 안정적으로 보인다 --- .../Profile/FanTalk/UserProfileFanTalkCheersItemView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SodaLive/Sources/Explorer/Profile/FanTalk/UserProfileFanTalkCheersItemView.swift b/SodaLive/Sources/Explorer/Profile/FanTalk/UserProfileFanTalkCheersItemView.swift index cfb12f0..783f002 100644 --- a/SodaLive/Sources/Explorer/Profile/FanTalk/UserProfileFanTalkCheersItemView.swift +++ b/SodaLive/Sources/Explorer/Profile/FanTalk/UserProfileFanTalkCheersItemView.swift @@ -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) {