feat: update app workflows and permissions
This commit is contained in:
@ -167,7 +167,7 @@ final class AllFunctionsViewController: BaseViewController {
|
||||
|
||||
private static func makeLayout() -> UICollectionViewCompositionalLayout {
|
||||
UICollectionViewCompositionalLayout { sectionIndex, environment in
|
||||
let spacing: CGFloat = 12
|
||||
let spacing: CGFloat = 15
|
||||
let columns = 3
|
||||
let horizontalInset = AppSpacing.md
|
||||
let availableWidth = environment.container.effectiveContentSize.width - horizontalInset * 2
|
||||
|
||||
Reference in New Issue
Block a user