Signed-off-by: Matt Bruce <mbrucedogs@gmail.com>
This commit is contained in:
parent
d270a7bdcd
commit
bcd6a75e84
File diff suppressed because it is too large
Load Diff
@ -50,17 +50,17 @@ struct CardsDisplayArea: View {
|
|||||||
|
|
||||||
/// Spacing between PLAYER and BANKER hands - reduced on smaller screens
|
/// Spacing between PLAYER and BANKER hands - reduced on smaller screens
|
||||||
private var handsSpacing: CGFloat {
|
private var handsSpacing: CGFloat {
|
||||||
isLargeScreen ? Design.Spacing.xxxLarge : Design.Spacing.small
|
isLargeScreen ? Design.Spacing.xxxLarge : Design.Spacing.large
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Horizontal padding inside the container - minimal on phones to maximize card size
|
/// Horizontal padding inside the container
|
||||||
private var containerPaddingH: CGFloat {
|
private var containerPaddingH: CGFloat {
|
||||||
isLargeScreen ? Design.Spacing.xLarge : Design.Spacing.xSmall
|
isLargeScreen ? Design.Spacing.xLarge : Design.Spacing.medium
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Outer horizontal padding - minimal on phones for edge-to-edge appearance
|
/// Outer horizontal padding
|
||||||
private var outerPaddingH: CGFloat {
|
private var outerPaddingH: CGFloat {
|
||||||
isLargeScreen ? Design.Spacing.large : Design.Spacing.xSmall
|
isLargeScreen ? Design.Spacing.large : Design.Spacing.small
|
||||||
}
|
}
|
||||||
|
|
||||||
// MARK: - Accessibility
|
// MARK: - Accessibility
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user