Changeset 0.7.4 (#42)

This commit is contained in:
2026-02-22 00:16:44 +00:00
parent 99dd88f896
commit 8925e8dcbf
4 changed files with 9 additions and 13 deletions

View File

@@ -250,6 +250,7 @@ a:hover { text-decoration: underline; }
.sidebar.collapsed .chat-item-title,
.sidebar.collapsed .chat-item-time,
.sidebar.collapsed .chat-item-delete { display: none; }
.sidebar.collapsed .sidebar-chats { visibility: hidden; }
.sidebar-empty {
color: var(--text-3); font-size: 12px; text-align: center; padding: 2rem 0.5rem;
@@ -1102,8 +1103,8 @@ button { font-family: var(--font); cursor: pointer; }
.debug-tabs { }
.debug-tab { padding: 8px 12px; background: none; border: none; color: var(--text-3); cursor: pointer; font-size: 12px; border-bottom: 2px solid transparent; white-space: nowrap; flex-shrink: 0; }
.debug-tab.active { color: var(--accent); border-bottom-color: var(--accent); }
.debug-modal-body { flex: 1; overflow: hidden; padding: 0 !important; }
.debug-tab-content { height: 100%; display: flex; flex-direction: column; }
.debug-modal-body { flex: 1; overflow: hidden; padding: 0 !important; display: flex; flex-direction: column; }
.debug-tab-content { flex: 1; display: flex; flex-direction: column; min-height: 0; }
.debug-toolbar { display: flex; gap: 1rem; padding: 6px 12px; border-bottom: 1px solid var(--border); font-size: 11px; }
.debug-check { display: flex; align-items: center; gap: 4px; color: var(--text-3); cursor: pointer; }
.debug-content { flex: 1; overflow-y: auto; padding: 6px; font-family: var(--mono); font-size: 11px; line-height: 1.5; }
@@ -1117,6 +1118,7 @@ button { font-family: var(--font); cursor: pointer; }
.debug-net-url { color: var(--text); word-break: break-all; }
.debug-net-detail { padding: 6px 12px; font-size: 11px; }
.debug-pre { white-space: pre-wrap; word-break: break-all; max-height: 200px; overflow: auto; padding: 6px; background: rgba(0,0,0,0.2); border-radius: 4px; margin: 4px 0; }
.debug-state-pre { max-height: none; margin: 0; }
.debug-footer { display: flex; align-items: center; }
/* ── Sidebar Notes Button ───────────────── */