From 2d4edb3eca41034a6c9b1a0a75b23cf8c2db06e9 Mon Sep 17 00:00:00 2001 From: t0ng7u Date: Mon, 11 Aug 2025 17:44:12 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=93=20style(ui):=20remove=20the=20pric?= =?UTF-8?q?ing=20page=E2=80=99s=20border=20style=20to=20reduce=20visual=20?= =?UTF-8?q?clutter?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/index.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/web/src/index.css b/web/src/index.css index a9b4e2ca..f0249303 100644 --- a/web/src/index.css +++ b/web/src/index.css @@ -686,7 +686,6 @@ html.dark .with-pastel-balls::before { max-width: 460px; height: calc(100vh - 60px); background-color: var(--semi-color-bg-0); - border-right: 1px solid var(--semi-color-border); overflow: auto; } @@ -710,7 +709,6 @@ html.dark .with-pastel-balls::before { .pricing-search-header { padding: 1rem; - border-bottom: 1px solid var(--semi-color-border); background-color: var(--semi-color-bg-0); flex-shrink: 0; position: sticky;