Skip to content

Commit ce3dfb3

Browse files
committed
fix vertical gaps
1 parent df19641 commit ce3dfb3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/home/space_lobby.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ live_design! {
242242
height: 44,
243243
flow: Right,
244244
align: {y: 0.5}
245-
padding: {left: 8, right: 12, top: 4, bottom: 4}
245+
padding: {left: 8, right: 12}
246246
cursor: Hand
247247

248248
show_bg: true
@@ -300,7 +300,7 @@ live_design! {
300300
height: 44,
301301
flow: Right,
302302
align: {y: 0.5}
303-
padding: {left: 8, right: 12, top: 4, bottom: 4}
303+
padding: {left: 8, right: 12}
304304
cursor: Hand
305305

306306
show_bg: true
@@ -373,7 +373,7 @@ live_design! {
373373
width: Fill, height: 36,
374374
flow: Right,
375375
align: { y: 0.5 }
376-
padding: {left: 8, right: 12, top: 4, bottom: 4}
376+
padding: {left: 8, right: 12}
377377

378378
// Tree lines replace the spacer
379379
tree_lines = <TreeLines> {}

0 commit comments

Comments
 (0)