From 756d767d59b4fc050ab61168d7df31a47c1e86c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Thu, 20 Nov 2025 19:20:30 +0100 Subject: [PATCH] fix: align sharing button height with like button MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove size="sm" from SharingPopupButton to use default button height (h-9) instead of small size (h-8), ensuring consistent button heights across all action buttons on video, model, and article pages. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .../src/lib/components/sharing-popup/sharing-popup-button.svelte | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/frontend/src/lib/components/sharing-popup/sharing-popup-button.svelte b/packages/frontend/src/lib/components/sharing-popup/sharing-popup-button.svelte index 087e458..391a444 100644 --- a/packages/frontend/src/lib/components/sharing-popup/sharing-popup-button.svelte +++ b/packages/frontend/src/lib/components/sharing-popup/sharing-popup-button.svelte @@ -10,7 +10,6 @@ let isPopupOpen = $state(false);