update:优化

This commit is contained in:
rainv123
2026-02-05 18:02:18 +08:00
parent fae6db2198
commit 7b3db72285
11 changed files with 47 additions and 76 deletions
@@ -904,17 +904,6 @@ body {
.mcp-tools-panel {
padding: 20px;
transition: max-height 0.3s ease;
overflow: hidden;
}
.mcp-tools-panel.expanded {
max-height: 500px;
}
.mcp-tools-panel:not(.expanded) {
max-height: 0;
padding: 0 20px;
}
.mcp-tools-list {