fix(chat): narrow left sidebar (332→280px) and add Chinese font fallbacks for mech aesthetic

Sidebar width reduced for denser layout. Font stacks updated to include Noto Sans SC and Microsoft YaHei fallbacks so Chinese text renders with consistent mech typography. Left sidebar elements (new-chat-btn, conv-title, empty-text, empty-hint) now explicitly use var(--font-display).
This commit is contained in:
2026-04-05 20:37:46 +08:00
parent f0658201e5
commit e24092f3ab
2 changed files with 2445 additions and 2 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -22,8 +22,8 @@
--text-secondary: #7eb8c9;
--text-dim: #3d6b7a;
--text-muted: #1e3d4a;
--font-display: 'Orbitron', 'Share Tech Mono', monospace;
--font-mono: 'JetBrains Mono', 'Share Tech Mono', monospace;
--font-display: 'Orbitron', 'Share Tech Mono', 'Noto Sans SC', 'Microsoft YaHei', monospace;
--font-mono: 'JetBrains Mono', 'Share Tech Mono', 'Noto Sans SC', 'Microsoft YaHei', monospace;
--font-body: 'JetBrains Mono', monospace;
--radius-sm: 4px;
--radius-md: 8px;