From c8dae6b376099595be49b5a026512f9493ff3242 Mon Sep 17 00:00:00 2001 From: taroj1205 Date: Mon, 19 May 2025 19:28:23 +1200 Subject: [PATCH 1/2] feat(sticky-features): make features videos sticky --- src/components/Features.astro | 82 +++++++++++++++++------------------ 1 file changed, 41 insertions(+), 41 deletions(-) diff --git a/src/components/Features.astro b/src/components/Features.astro index e86def6..4020cb3 100644 --- a/src/components/Features.astro +++ b/src/components/Features.astro @@ -126,45 +126,47 @@ const descriptions = Object.values(features.featureTabs).map((tab) => tab.descri -
-
-
@@ -271,8 +273,6 @@ const descriptions = Object.values(features.featureTabs).map((tab) => tab.descri @apply aspect-video; perspective: 2000px; transform-style: preserve-3d; - position: sticky; - top: 0; } .feature-video { From 786c7258c7b512f650c5ab774d4f7b4c25f03151 Mon Sep 17 00:00:00 2001 From: "mr. m" <91018726+mauro-balades@users.noreply.github.com> Date: Mon, 19 May 2025 00:35:52 -0700 Subject: [PATCH 2/2] Fix build link --- src/release-notes/stable.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/release-notes/stable.json b/src/release-notes/stable.json index faef51e..00cff4d 100644 --- a/src/release-notes/stable.json +++ b/src/release-notes/stable.json @@ -2689,7 +2689,7 @@ "themeChanges": [ "Changed the layout of workspaces and their icons internally to provide a more stable layout that doesn't require floating elements. We finally manage to get it how we wanted it to be, meaning it will change less in the future." ], - "workflowId": 15101210312, + "workflowId": 15107068418, "image": false, "date": "19/05/2025" }