From c39caab068b49ea7028f9bf28857bad60b2d2ee0 Mon Sep 17 00:00:00 2001 From: lemon Date: Sun, 14 Jun 2026 16:09:45 -0700 Subject: [PATCH] Use the larger profile avatar size at every breakpoint The profile avatar was size-28 below md and size-32 at md+, so it shrank on small screens. Pin it to size-32 everywhere and drop the matching responsive overhang (-mt-20), status-bubble offset, and skeleton placeholders to the larger variant so the layout stays aligned. --- src/components/profile/ProfileIdentityRail.tsx | 10 +++++----- src/pages/ProfilePage.tsx | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/components/profile/ProfileIdentityRail.tsx b/src/components/profile/ProfileIdentityRail.tsx index 0f7d2fc6..b371c4d0 100644 --- a/src/components/profile/ProfileIdentityRail.tsx +++ b/src/components/profile/ProfileIdentityRail.tsx @@ -454,7 +454,7 @@ interface ProfileAvatarBlockProps { /** * Avatar + NIP-38 status bubble. Always rendered as the first thing below - * the banner; the avatar uses `-mt-16 md:-mt-20` to overlap into the banner + * the banner; the avatar uses `-mt-20` to overlap into the banner * area. Must NOT be wrapped in any element with `overflow: hidden` / * `overflow-y: auto` or the overhang will be clipped. */ @@ -468,12 +468,12 @@ export function ProfileAvatarBlock({ return (