mirror of
https://github.com/wahyd4/Yep.git
synced 2026-08-16 16:28:45 +10:00
adjust Profile leftEdgeInset
This commit is contained in:
@@ -80,8 +80,8 @@ class YepConfig {
|
||||
}
|
||||
|
||||
struct Profile {
|
||||
static let leftEdgeInset: CGFloat = 38
|
||||
static let rightEdgeInset: CGFloat = 38
|
||||
static let leftEdgeInset: CGFloat = UIDevice.pickMarginIn([20, 38, 40])
|
||||
static let rightEdgeInset: CGFloat = leftEdgeInset
|
||||
static let introductionLabelFont = UIFont(name: "HelveticaNeue-Thin", size: 12)!
|
||||
}
|
||||
|
||||
@@ -99,7 +99,7 @@ class YepConfig {
|
||||
|
||||
struct SocialWorkGithub {
|
||||
struct Repo {
|
||||
static let leftEdgeInset = UIDevice.pickMarginIn([20, 40, 40])
|
||||
static let leftEdgeInset = UIDevice.pickMarginIn([20, 38, 40])
|
||||
static let rightEdgeInset = leftEdgeInset
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user