From 11256941d4a33b52b8c3e367c2cee7600a52b22c Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Wed, 30 Oct 2024 16:35:30 -0700 Subject: [PATCH] use test videos in main page showcase --- src/components/marquee/Marquee.astro | 4 +++- src/styles/main-page.css | 8 ++------ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/src/components/marquee/Marquee.astro b/src/components/marquee/Marquee.astro index 73d8ba2..7ba13b6 100644 --- a/src/components/marquee/Marquee.astro +++ b/src/components/marquee/Marquee.astro @@ -31,7 +31,9 @@ const ph = placeholders();
{ph.map(item =>
-
{item}
+
)}
diff --git a/src/styles/main-page.css b/src/styles/main-page.css index 2318fd1..52bfbd5 100644 --- a/src/styles/main-page.css +++ b/src/styles/main-page.css @@ -91,12 +91,6 @@ aspect-ratio: 16 / 9; } -.marquee-item-content { - border: 1px solid red; - border-radius: 8px; - background-color: gray; -} - .marquee-scroll { position: absolute; width: 100%; @@ -108,12 +102,14 @@ z-index: 10; user-select: none; align-items: stretch; + pointer-events: none; } .marquee-scroll-arrow { flex-grow: 1; max-width: 8rem; font-size: 2rem; + pointer-events: all; } .marquee-scroll-arrow > div {