Skip to content

Commit

Permalink
Merge pull request #77 from kevinaboos/fix_dsl_stack_nav_header
Browse files Browse the repository at this point in the history
Fix sizing of the room title and nav button in the header
  • Loading branch information
kevinaboos authored Jul 9, 2024
2 parents 57491fe + 4729579 commit 0335e8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ live_design! {
header = {
content = {
title_container = {
padding: { bottom: 22 }
padding: { bottom: 0 }
title = {
width: Fit,
text: "Loading room..."
Expand All @@ -243,7 +243,7 @@ live_design! {
}
}
button_container = { left_button = {
icon_walk: {width: 14, height: 68},
icon_walk: {width: 12, height: 68},
} }
}
}
Expand Down

0 comments on commit 0335e8e

Please sign in to comment.