From b0e199589705b8a89a9732b155909dcf1b6c2d70 Mon Sep 17 00:00:00 2001 From: Roe-xin Date: Wed, 17 Dec 2025 10:03:43 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E4=BC=98=E5=8C=96=E5=B0=8F=E7=BB=86?= =?UTF-8?q?=E8=8A=82=E8=BE=93=E5=85=A5=E6=A1=86=E7=9A=84=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/webviewContent.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/webviewContent.ts b/src/views/webviewContent.ts index 271f4d0..3674dbe 100644 --- a/src/views/webviewContent.ts +++ b/src/views/webviewContent.ts @@ -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);