mirror of
https://github.com/andrepimenta/claude-code-chat.git
synced 2025-12-18 23:29:40 +00:00
Edit MCP
This commit is contained in:
@@ -2335,8 +2335,6 @@ const styles = `
|
||||
|
||||
/* MCP Servers styles */
|
||||
.mcp-servers-list {
|
||||
max-height: 500px;
|
||||
overflow-y: auto;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
@@ -2392,6 +2390,7 @@ const styles = `
|
||||
color: var(--vscode-errorForeground);
|
||||
border-color: var(--vscode-errorForeground);
|
||||
min-width: 80px;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.server-delete-btn:hover {
|
||||
@@ -2399,6 +2398,28 @@ const styles = `
|
||||
border-color: var(--vscode-errorForeground);
|
||||
}
|
||||
|
||||
.server-actions {
|
||||
display: flex;
|
||||
gap: 8px;
|
||||
align-items: center;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.server-edit-btn {
|
||||
padding: 8px 16px;
|
||||
font-size: 13px;
|
||||
color: var(--vscode-foreground);
|
||||
border-color: var(--vscode-panel-border);
|
||||
min-width: 80px;
|
||||
transition: all 0.2s ease;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.server-edit-btn:hover {
|
||||
background-color: var(--vscode-list-hoverBackground);
|
||||
border-color: var(--vscode-focusBorder);
|
||||
}
|
||||
|
||||
.mcp-add-server {
|
||||
text-align: center;
|
||||
margin-bottom: 24px;
|
||||
@@ -2411,8 +2432,6 @@ const styles = `
|
||||
border-radius: 8px;
|
||||
padding: 24px;
|
||||
margin-top: 20px;
|
||||
max-height: 400px;
|
||||
overflow-y: auto;
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user