e5a586f903
Move business code under modules/, env template to config/, PM2 single qihuo process, and _legacy shims for old imports. Co-authored-by: Cursor <cursoragent@cursor.com>
13 lines
1.0 KiB
CSS
13 lines
1.0 KiB
CSS
.ai-page .card-body{display:flex;flex-direction:column;gap:0;min-height:0}
|
|
.ai-usage{margin-bottom:.85rem;font-size:.84rem;color:var(--text-muted)}
|
|
.ai-usage summary{cursor:pointer;color:var(--accent);font-weight:600;margin-bottom:.35rem}
|
|
.ai-usage-body ul{margin:.25rem 0 0 1.1rem;padding:0;line-height:1.55}
|
|
.ai-usage-body a{color:var(--accent)}
|
|
.ai-section-label{font-size:.9rem;margin:0 0 .65rem;color:var(--text-title);font-weight:600}
|
|
.ai-msg-list{max-height:min(70vh,720px);overflow:auto;padding-right:.25rem}
|
|
.ai-msg{border:1px solid var(--border);border-radius:10px;padding:.85rem 1rem;margin-bottom:.75rem;background:rgba(255,255,255,.02)}
|
|
.ai-msg-head{display:flex;justify-content:space-between;gap:.5rem;font-size:.75rem;color:var(--text-muted);margin-bottom:.35rem}
|
|
.ai-msg-kind{text-transform:uppercase;letter-spacing:.04em;color:var(--accent)}
|
|
.ai-msg-title{font-size:.95rem;margin:0 0 .5rem;color:var(--text-title)}
|
|
.ai-msg-body{margin:0;white-space:pre-wrap;font-family:inherit;font-size:.84rem;line-height:1.55;color:var(--text-main)}
|