Skip to content

Commit

Permalink
[FIX]: CollectionView topPadding 80 추가 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
around-forest committed Nov 29, 2024
1 parent ef69768 commit 923375d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ private extension SharedVideoEditViewController {
alpha: 1
)
static let spacing: CGFloat = 10
static let topMargin: CGFloat = 14
static let topMargin: CGFloat = 14 + 80
static let height: CGFloat = 120
static let itemSize: CGSize = .init(width: 160, height: 90)
}
Expand Down

0 comments on commit 923375d

Please sign in to comment.