Changeset 0.22.8 (#150)
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user