style: 优化界面样式和用户体验

- 调整工具调用显示的间距和字体大小
   - 优化低调工具调用的视觉效果
   - 改进整体界面的可读性
This commit is contained in:
Roe-xin
2026-02-26 21:44:58 +08:00
parent c3e3012a94
commit a479e81682
6 changed files with 90 additions and 51 deletions

View File

@ -380,7 +380,7 @@ export function getMessageAreaStyles(): string {
}
/* 低调显示的工具调用 - 移除边距和背景 */
.segment-tool.low-profile {
margin: 2px 0px;
margin: 5px 0px;
padding: 0;
background: none;
}
@ -545,7 +545,7 @@ export function getMessageAreaStyles(): string {
}
.tool-segment-description {
margin: 6px 0 0 0px;
font-size: 12px;
font-size: 0.9rem;
color: #ccc;
line-height: 1.4;
}
@ -564,7 +564,7 @@ export function getMessageAreaStyles(): string {
}
.segment-tool.low-profile .tool-segment-result {
opacity: 0.7;
font-size: 10px;
font-size: 12px;
}
.segment-question {
background: var(--vscode-textBlockQuote-background);