feat:优化小细节输入框的样式

This commit is contained in:
Roe-xin
2025-12-17 10:03:43 +08:00
parent f18ca4fb9c
commit b0e1995897

View File

@ -195,6 +195,7 @@ export function getWebviewContent(iconUri?: string): string {
align-items: center;
justify-content: space-between;
gap: 10px;
margin-bottom: -17px;
}
.mode-selector {
display: flex;
@ -208,12 +209,13 @@ export function getWebviewContent(iconUri?: string): string {
}
.mode-selector select {
padding: 2px 4px;
background: transparent;
background: var(--vscode-input-background);
color: var(--vscode-foreground);
border: none;
cursor: pointer;
font-size: 12px;
outline: none;
border-radius: 4px;
}
.mode-selector select:hover {
background: var(--vscode-list-hoverBackground);