응원 항목 너비가 화면 폭에 맞게 표시된다
프로필 팬톡의 응원 항목이 기기 화면 폭에 맞춰 표시되어 콘텐츠 정렬이 안정적으로 보인다
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user