Changeset 0.23.0 (#153)
This commit is contained in:
@@ -445,3 +445,16 @@
|
||||
@keyframes confirm-in { from { opacity: 0; transform: scale(0.95); } }
|
||||
@keyframes fade-in { from { opacity: 0; } }
|
||||
|
||||
/* ── Group Chat persona picker (v0.23.0) ────── */
|
||||
.group-persona-item {
|
||||
display: flex; align-items: center; gap: 8px;
|
||||
padding: 6px 10px; border-radius: var(--radius);
|
||||
cursor: pointer; font-size: 13px;
|
||||
transition: background 0.1s;
|
||||
}
|
||||
.group-persona-item:hover { background: var(--bg-hover); }
|
||||
.group-persona-item input[type="checkbox"] { accent-color: var(--accent); flex-shrink: 0; }
|
||||
.group-persona-name { flex: 1; color: var(--text); font-weight: 500; }
|
||||
.group-persona-model { font-size: 11px; color: var(--text-3); font-family: var(--font-mono); }
|
||||
.chain-typing-name { font-size: 11px; font-weight: 600; color: var(--accent); margin-right: 6px; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user