Skip to content

Commit

Permalink
Fix sizing of the room title and nav button in the header
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinaboos committed Jul 9, 2024
1 parent 57491fe commit 4729579
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 4729579

Please sign in to comment.