From 58ba4e13a60b38de65aaa9672a903332abb73f8e Mon Sep 17 00:00:00 2001 From: highperfocused Date: Mon, 7 Sep 2026 12:41:50 +0200 Subject: [PATCH] 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 --- 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..b0bb333 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 && ( -
+