From 47295796683c6436940a31a5afad841ce824e57f Mon Sep 17 00:00:00 2001 From: Kevin Boos Date: Mon, 8 Jul 2024 19:19:20 -0700 Subject: [PATCH] Fix sizing of the room title and nav button in the header --- src/app.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app.rs b/src/app.rs index 5e889699..605a7ca8 100644 --- a/src/app.rs +++ b/src/app.rs @@ -233,7 +233,7 @@ live_design! { header = { content = { title_container = { - padding: { bottom: 22 } + padding: { bottom: 0 } title = { width: Fit, text: "Loading room..." @@ -243,7 +243,7 @@ live_design! { } } button_container = { left_button = { - icon_walk: {width: 14, height: 68}, + icon_walk: {width: 12, height: 68}, } } } }