From 6988564000094e4f736b7eff6545cf512c826557 Mon Sep 17 00:00:00 2001 From: David Brett Date: Fri, 3 Apr 2026 15:34:44 +0200 Subject: [PATCH] fix: extend .controls background using box shadow to mask .plugin glow bleed --- src/pages/plugins/index.astro | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/pages/plugins/index.astro b/src/pages/plugins/index.astro index 405843b..e6c5dd7 100644 --- a/src/pages/plugins/index.astro +++ b/src/pages/plugins/index.astro @@ -68,6 +68,9 @@ const hasFeaturedPlugins = featured.length > 0; background-color: var(--bg); padding: 12px 0; z-index: 1; + + // horizontal box shadow matching background to cover .plugin glow without causing layout changes or page overflow. + box-shadow: -24px 0 0 0 var(--bg), 24px 0 0 0 var(--bg); } .controls input,