From d7c452ca2b4bb00a9d76deb20c5a96765dd1ed2d Mon Sep 17 00:00:00 2001 From: Bryan Van Deusen Date: Mon, 20 Jul 2026 10:16:34 -0400 Subject: [PATCH] feel: float the card hover toolbar as a top-right pill Move the overlay toolbar from bottom-right to top-right and make it a rounded-full pill (window-control style, per operator). Top placement also avoids ever overlapping the reminder/label chips at the card bottom. Co-Authored-By: Claude Opus 4.8 (1M context) Claude-Session: https://claude.ai/code/session_01FRgehjoz7Yv8LkUfADxACm --- frontend/src/components/NoteCard.vue | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/frontend/src/components/NoteCard.vue b/frontend/src/components/NoteCard.vue index 71599f5..6d073d2 100644 --- a/frontend/src/components/NoteCard.vue +++ b/frontend/src/components/NoteCard.vue @@ -105,11 +105,12 @@ function cardClass(color: NoteColor): string { - +