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) {