From 0aa0c444413ba37542c95ea0c336f660bd8992cd Mon Sep 17 00:00:00 2001 From: Gigi Date: Mon, 13 Oct 2025 15:47:22 +0200 Subject: [PATCH] fix: group relay icon and author in footer-left for consistent alignment - Add container (relay + author) - Footer now uses space-between with left group and right menu - Consistent gap and truncation behavior for author - Matches the visual rhythm of the three-dot button --- src/components/HighlightItem.tsx | 30 ++++++++++++++++-------------- src/styles/layout/highlights.css | 5 +++-- 2 files changed, 19 insertions(+), 16 deletions(-) diff --git a/src/components/HighlightItem.tsx b/src/components/HighlightItem.tsx index 240db90c..82d02192 100644 --- a/src/components/HighlightItem.tsx +++ b/src/components/HighlightItem.tsx @@ -333,20 +333,22 @@ export const HighlightItem: React.FC = ({
- {relayIndicator && ( - - )} - - - {getUserDisplayName()} - +
+ {relayIndicator && ( + + )} + + + {getUserDisplayName()} + +