From 7af0f364cbe684b6b616b5fb3bbca496a701abd6 Mon Sep 17 00:00:00 2001 From: Padreug Date: Wed, 10 Jun 2026 17:41:58 +0200 Subject: [PATCH] fix(sidebar): full-width identity values with corner-offset legend badge Restyle the Lightning / npub rows so the value gets the entire row and the field-name label sits as a small badge straddling the top border (fieldset-legend pattern). Long bech32 / username@domain strings now have room to render without truncation crowding. The bolt icon picks up a yellow tint so the Lightning row reads at a glance alongside the neutral npub row. Co-Authored-By: Claude Opus 4.7 (1M context) --- src/components/layout/ProfileSheetContent.vue | 81 ++++++++++--------- 1 file changed, 44 insertions(+), 37 deletions(-) diff --git a/src/components/layout/ProfileSheetContent.vue b/src/components/layout/ProfileSheetContent.vue index 76635c9..5bf0122 100644 --- a/src/components/layout/ProfileSheetContent.vue +++ b/src/components/layout/ProfileSheetContent.vue @@ -1,7 +1,7 @@