diff options
| author | Adam Malczewski <[email protected]> | 2026-03-24 16:32:44 +0900 |
|---|---|---|
| committer | Adam Malczewski <[email protected]> | 2026-03-24 16:32:44 +0900 |
| commit | dfe26f42be0c37591246d4a26e607d9fbecfef33 (patch) | |
| tree | a9aaea3982f0fdc6b9ef721c4009a7c86af8e6f6 /styles.css | |
| parent | 6a6bc5379a3a4620df07b4bb196ec0ded636fc8b (diff) | |
| download | ai-pulse-obsidian-plugin-dfe26f42be0c37591246d4a26e607d9fbecfef33.tar.gz ai-pulse-obsidian-plugin-dfe26f42be0c37591246d4a26e607d9fbecfef33.zip | |
Improve edit_file prompts, empty-file support, approval review
Diffstat (limited to 'styles.css')
| -rw-r--r-- | styles.css | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -356,6 +356,17 @@ color: var(--text-muted); } +.ai-organizer-tool-call-label { + font-weight: 600; + color: var(--text-muted); + font-size: 0.85em; + margin: 6px 0 2px 0; +} + +.ai-organizer-tool-call-label:first-child { + margin-top: 0; +} + /* ===== Markdown in Assistant Bubbles ===== */ .ai-organizer-message.assistant.ai-organizer-markdown { |
