🤓 style(ui): remove the pricing page’s border style to reduce visual clutter

This commit is contained in:
t0ng7u
2025-08-11 17:44:12 +08:00
parent ba5333a092
commit 2d4edb3eca

View File

@@ -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;