From 618f2b8e007fddb714449a2f2f3b8e17a535b8d3 Mon Sep 17 00:00:00 2001 From: CodingOnStar Date: Sat, 15 Aug 2026 19:46:59 +0800 Subject: [PATCH] style: remove gray border lines from marketplace home header Co-authored-by: Cursor --- web/app/components/plugins/marketplace/home/home-header.tsx | 2 +- .../components/plugins/marketplace/home/home-sticky.module.css | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/web/app/components/plugins/marketplace/home/home-header.tsx b/web/app/components/plugins/marketplace/home/home-header.tsx index c2c9a7c59d6..3cfd564cfd9 100644 --- a/web/app/components/plugins/marketplace/home/home-header.tsx +++ b/web/app/components/plugins/marketplace/home/home-header.tsx @@ -73,7 +73,7 @@ const HomeHeader = ({ return (
diff --git a/web/app/components/plugins/marketplace/home/home-sticky.module.css b/web/app/components/plugins/marketplace/home/home-sticky.module.css index aeef0e5b1b1..aa474502324 100644 --- a/web/app/components/plugins/marketplace/home/home-sticky.module.css +++ b/web/app/components/plugins/marketplace/home/home-sticky.module.css @@ -48,9 +48,8 @@ } .catalogNavigationPinned { - border-bottom: 1px solid var(--color-divider-regular); padding-top: 16px; - padding-bottom: 15px; + padding-bottom: 16px; background-color: var(--color-background-default); }