We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 074288a commit 9365a10Copy full SHA for 9365a10
assets/config/card.ron
@@ -3,7 +3,7 @@
3
// Deck:
4
deck_cap: 18,
5
deck_height: Px(96.0),
6
- deck_column_gap: Px(-4.0),
+ deck_column_gap: Px(-6.0),
7
8
// Cards:
9
card_background_map: {
src/screen/playing.rs
@@ -161,7 +161,7 @@ fn upper_hud(mut entity: EntityWorldMut) {
161
width: Percent(100.0),
162
align_items: AlignItems::Center,
163
justify_content: default(),
164
- margin: UiRect::all(Px(16.0)),
+ padding: UiRect::all(Px(16.0)),
165
column_gap: Px(16.0),
166
..default()
167
},
0 commit comments