fix: 메인 홈 - 시리즈
- 이미지 사이즈 수정: 168*238 => 160*227
This commit is contained in:
@@ -21,7 +21,7 @@ struct SeriesItemView: View {
|
||||
.cancelOnDisappear(true)
|
||||
.resizable()
|
||||
.scaledToFill()
|
||||
.frame(width: 168, height: 238, alignment: .center)
|
||||
.frame(width: 160, height: 227, alignment: .center)
|
||||
.cornerRadius(16)
|
||||
.clipped()
|
||||
|
||||
@@ -83,7 +83,7 @@ struct SeriesItemView: View {
|
||||
.padding(.trailing, 8)
|
||||
}
|
||||
}
|
||||
.frame(width: 168, height: 238, alignment: .center)
|
||||
.frame(width: 160, height: 227, alignment: .center)
|
||||
|
||||
Text(item.title)
|
||||
.font(.custom(Font.preRegular.rawValue, size: 18))
|
||||
@@ -97,7 +97,7 @@ struct SeriesItemView: View {
|
||||
.lineLimit(1)
|
||||
.padding(.horizontal, 8)
|
||||
}
|
||||
.frame(width: 168)
|
||||
.frame(width: 160)
|
||||
.contentShape(Rectangle())
|
||||
.onTapGesture {
|
||||
if !token.trimmingCharacters(in: .whitespacesAndNewlines).isEmpty {
|
||||
|
||||
Reference in New Issue
Block a user