From 31443f2a86f17e5cb281f179e26dbc3b09fceb72 Mon Sep 17 00:00:00 2001 From: pashpashpash Date: Mon, 17 Feb 2025 16:36:18 -0800 Subject: [PATCH] removed top border from submit card --- webview-ui/src/components/mcp/marketplace/McpMarketplaceView.tsx | 1 + webview-ui/src/components/mcp/marketplace/McpSubmitCard.tsx | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/webview-ui/src/components/mcp/marketplace/McpMarketplaceView.tsx b/webview-ui/src/components/mcp/marketplace/McpMarketplaceView.tsx index d07cdb4e1a..711530eb58 100644 --- a/webview-ui/src/components/mcp/marketplace/McpMarketplaceView.tsx +++ b/webview-ui/src/components/mcp/marketplace/McpMarketplaceView.tsx @@ -295,6 +295,7 @@ const McpMarketplaceView = () => { height: "100%", padding: "20px", color: "var(--vscode-descriptionForeground)", + borderBottom: "1px solid var(--vscode-list-inactiveSelectionBackground)", }}> {searchQuery || selectedCategory ? "No matching MCP servers found" diff --git a/webview-ui/src/components/mcp/marketplace/McpSubmitCard.tsx b/webview-ui/src/components/mcp/marketplace/McpSubmitCard.tsx index 3373a96783..717fdf4688 100644 --- a/webview-ui/src/components/mcp/marketplace/McpSubmitCard.tsx +++ b/webview-ui/src/components/mcp/marketplace/McpSubmitCard.tsx @@ -10,7 +10,6 @@ const McpSubmitCard = () => { alignItems: "center", gap: "24px", padding: "32px 20px", - borderTop: "1px solid var(--vscode-list-inactiveSelectionBackground)", marginTop: "16px", }}> {/* Logo */}