From 6dc81ef2e39367c97a1baa39c31d772da5453cce Mon Sep 17 00:00:00 2001 From: Marcel Date: Sun, 5 Apr 2026 22:46:41 +0200 Subject: [PATCH] fix(ui): match delete icon size + add cursor-pointer to interactive elements MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Comment delete icon: h-3 w-3 → h-4 w-4 (matches block delete icon) - Add cursor-pointer to: comment delete button, Kommentieren button, block delete button, own-comment click-to-edit text - Add title tooltip on comment delete button Co-Authored-By: Claude Sonnet 4.6 --- frontend/src/lib/components/CommentThread.svelte | 5 +++-- frontend/src/lib/components/TranscriptionBlock.svelte | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/frontend/src/lib/components/CommentThread.svelte b/frontend/src/lib/components/CommentThread.svelte index c4b78747..2f836822 100644 --- a/frontend/src/lib/components/CommentThread.svelte +++ b/frontend/src/lib/components/CommentThread.svelte @@ -266,12 +266,13 @@ onMount(() => { {#if isOwn(msg)}