Skip to content

Commit 9365a10

Browse files
committed
Fix a couple UI issues
1 parent 074288a commit 9365a10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

assets/config/card.ron

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Deck:
44
deck_cap: 18,
55
deck_height: Px(96.0),
6-
deck_column_gap: Px(-4.0),
6+
deck_column_gap: Px(-6.0),
77

88
// Cards:
99
card_background_map: {

src/screen/playing.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ fn upper_hud(mut entity: EntityWorldMut) {
161161
width: Percent(100.0),
162162
align_items: AlignItems::Center,
163163
justify_content: default(),
164-
margin: UiRect::all(Px(16.0)),
164+
padding: UiRect::all(Px(16.0)),
165165
column_gap: Px(16.0),
166166
..default()
167167
},

0 commit comments

Comments
 (0)