feat: more cleanup work in UI

This commit is contained in:
2026-02-10 15:24:36 +01:00
parent 46970de656
commit 0a6710b684
22 changed files with 1945 additions and 461 deletions

View File

@@ -100,6 +100,12 @@
background-color: var(--vscode-notificationsErrorIcon-foreground);
}
.auto-save-indicator {
font-size: 11px;
color: var(--vscode-descriptionForeground);
font-style: italic;
}
.editor-content {
flex: 1;
display: flex;