From 75fd32081a658d7a5a94e4504ff7cc0de5be9af8 Mon Sep 17 00:00:00 2001 From: xxiaoxiong <2482929840@qq.com> Date: Thu, 28 May 2026 20:47:16 +0800 Subject: [PATCH] fix: remove bottom-right overlay button from template cards Removes the share button overlay from example template cards that was obscuring text content. The button has been removed entirely as it interfered with card readability. Fixes #3203 --- .../app/_components/template-card.astro | 17 ----------------- apps/landing-page/app/sub-pages.css | 4 +--- 2 files changed, 1 insertion(+), 20 deletions(-) diff --git a/apps/landing-page/app/_components/template-card.astro b/apps/landing-page/app/_components/template-card.astro index e313aaa4d..bbbbfb82d 100644 --- a/apps/landing-page/app/_components/template-card.astro +++ b/apps/landing-page/app/_components/template-card.astro @@ -161,22 +161,5 @@ const isVideoPreview = record.previewType === 'video' && record.previewVideo;
{pcopy.cardUseTemplate} -
diff --git a/apps/landing-page/app/sub-pages.css b/apps/landing-page/app/sub-pages.css index eadf162f9..8626d8223 100644 --- a/apps/landing-page/app/sub-pages.css +++ b/apps/landing-page/app/sub-pages.css @@ -1964,9 +1964,7 @@ body.sub-page { } .tpl-actions { - display: grid; - grid-template-columns: 1fr auto; - gap: 10px; + display: block; } .tpl-cta { display: flex;