From aa559c56cc4607cfb7f501a5a979748fadc315fc Mon Sep 17 00:00:00 2001 From: mroxso <24775431+mroxso@users.noreply.github.com> Date: Mon, 7 Sep 2026 16:38:05 +0200 Subject: [PATCH] Keep feed actions visible across desktop and mobile (#57) * Keep feed note actions persistently visible Open thread, Copy link, and Bookmark were shown only on hover via opacity-0/group-hover, making them undiscoverable on desktop without a mouse and unreachable for touch-only users. They're now always visible. Fixes #52 Co-Authored-By: Claude Sonnet 5 Claude-Session: https://claude.ai/code/session_01BYiUtZMQeA5RHggQw73wto * Change NoteCard layout to allow flex wrapping Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: highperfocused Co-authored-by: Claude Sonnet 5 Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- src/components/nostr/NoteCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/nostr/NoteCard.tsx b/src/components/nostr/NoteCard.tsx index d0ac279..cfd9146 100644 --- a/src/components/nostr/NoteCard.tsx +++ b/src/components/nostr/NoteCard.tsx @@ -51,7 +51,7 @@ export function NoteCard({ event, compact, className }: NoteCardProps) { {!compact && ( -
+