Add files via upload

This commit is contained in:
公明
2026-04-22 11:06:00 +08:00
committed by GitHub
parent c841809f9e
commit e04b5b66d7
6 changed files with 3 additions and 20 deletions
+2 -2
View File
@@ -5375,8 +5375,8 @@ header {
.external-mcp-item-details {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
gap: 16px;
grid-template-columns: repeat(auto-fit, minmax(150px, auto));
gap: 12px;
padding-top: 16px;
border-top: 1px solid var(--border-color);
}