feat: /todo command, breitere Sidebar, TODO.md gitignored
- Neuer Claude-Code Slash-Command /todo zur Pflege einer lokalen TODO-Liste - TODO.md in .gitignore aufgenommen (bleibt lokal) - TUI-Sidebar breiter: width 28→40 (min 22→30, max 40→55)
This commit is contained in:
@@ -14,9 +14,9 @@ Screen {
|
||||
/* ── Seitenleiste (Konversationsliste) ────────────────────────────────── */
|
||||
|
||||
#sidebar {
|
||||
width: 28;
|
||||
min-width: 22;
|
||||
max-width: 40;
|
||||
width: 40;
|
||||
min-width: 30;
|
||||
max-width: 55;
|
||||
border-right: solid $primary-darken-1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user