Changeset 0.22.8 (#150)

This commit is contained in:
2026-03-04 16:06:12 +00:00
parent 389e47b0f9
commit 7e26a2a261
114 changed files with 3700 additions and 7572 deletions

View File

@@ -70,7 +70,7 @@
opacity: 0.8;
}
/* ── Persona-KB Section (in preset form) ─── */
/* ── Persona-KB Section (in persona form) ─── */
.persona-kb-section {
margin: 0.75rem 0;

View File

@@ -1125,12 +1125,12 @@ a:hover { text-decoration: underline; }
.stop-btn { display: none; color: var(--warning); }
.stop-btn.visible { display: flex; }
/* ── Attachments ─────────────────────────── */
/* ── Files ─────────────────────────── */
.attach-btn { color: var(--text-3); }
.attach-btn:hover { color: var(--text); }
.attachment-strip {
.file-strip {
max-width: 768px; margin: 0 auto; padding: 6px 8px 2px;
display: flex; gap: 6px; flex-wrap: wrap;
}
@@ -1169,9 +1169,9 @@ a:hover { text-decoration: underline; }
background: color-mix(in srgb, var(--accent) 4%, var(--bg));
}
/* ── Message Attachments ────────────────────── */
/* ── Message Files ────────────────────── */
.msg-attachments {
.msg-files {
display: flex; gap: 8px; flex-wrap: wrap;
margin-top: 8px;
}