chore: workover for ssh preferences

This commit is contained in:
2026-02-26 16:16:48 +01:00
parent 6a21476894
commit 74d6035f4a
11 changed files with 130 additions and 537 deletions

View File

@@ -257,6 +257,22 @@
opacity: 1;
}
/* Info banner */
.setting-info-banner {
padding: 10px 16px;
margin: 0 0 4px;
background: var(--vscode-editorInfo-background, rgba(0, 120, 212, 0.1));
border-left: 3px solid var(--vscode-editorInfo-foreground, #3794ff);
border-radius: 3px;
font-size: 12px;
line-height: 1.5;
color: var(--vscode-foreground);
}
.setting-info-banner p {
margin: 0;
}
/* Action buttons */
.setting-actions {
display: flex;