From 0644807f51fe05dc357a130210be48e194458d26 Mon Sep 17 00:00:00 2001 From: 2ro <17595647+2ro@users.noreply.github.com> Date: Sun, 14 Jun 2026 18:46:22 -0400 Subject: [PATCH] Build 77: smaller sidebar avatar so the npub fits one line MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Shrink the sidebar identity chip's avatar (36→28px) and handle (12→11px) to free horizontal space, so the npub/handle stays on a single line. --- src/gui/views/goblin/mod.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/views/goblin/mod.rs b/src/gui/views/goblin/mod.rs index f5367a6d..ecdf3288 100644 --- a/src/gui/views/goblin/mod.rs +++ b/src/gui/views/goblin/mod.rs @@ -628,13 +628,13 @@ impl GoblinWalletView { w::card(ui, |ui| { ui.set_min_width(ui.available_width()); ui.horizontal(|ui| { - w::avatar_any(ui, &handle, &npub_hex, 36.0, hue, tex.as_ref()); + w::avatar_any(ui, &handle, &npub_hex, 28.0, hue, tex.as_ref()); ui.add_space(10.0); ui.vertical(|ui| { // Smaller so the npub/handle stays on one line. ui.label( RichText::new(&handle) - .font(FontId::new(12.0, fonts::semibold())) + .font(FontId::new(11.0, fonts::semibold())) .color(t.surface_text), ); ui.label(