We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df19641 commit ce3dfb3Copy full SHA for ce3dfb3
1 file changed
src/home/space_lobby.rs
@@ -242,7 +242,7 @@ live_design! {
242
height: 44,
243
flow: Right,
244
align: {y: 0.5}
245
- padding: {left: 8, right: 12, top: 4, bottom: 4}
+ padding: {left: 8, right: 12}
246
cursor: Hand
247
248
show_bg: true
@@ -300,7 +300,7 @@ live_design! {
300
301
302
303
304
305
306
@@ -373,7 +373,7 @@ live_design! {
373
width: Fill, height: 36,
374
375
align: { y: 0.5 }
376
377
378
// Tree lines replace the spacer
379
tree_lines = <TreeLines> {}
0 commit comments