This commit is contained in:
Chris Chen
2026-06-20 15:13:23 -07:00
parent b6c50a38aa
commit f55807fa7d
32 changed files with 866 additions and 18 deletions
@@ -182,6 +182,22 @@
.lines-footer { margin-top: 10px; color: var(--ink-soft); font-weight: 600; font-variant-numeric: tabular-nums; }
.anon-chip { padding: 0.25rem 0.6rem; background: var(--kendo-color-base-subtle, #e6eaef); border-radius: 999px; font-size: 12px; font-weight: 600; }
.notes-text { margin: 0; color: var(--ink); line-height: 1.5; white-space: pre-wrap; }
/* ---- Paper proof ---- */
.proof-hint { margin: 0 0 12px; font-size: 13px; line-height: 1.5; color: var(--ink-soft); span { color: #9aa7b6; } }
.proof-input { display: block; font-size: 14px; }
.proof-list {
list-style: none; margin: 12px 0 0; padding: 0; display: flex; flex-direction: column; gap: 4px;
li {
display: flex; align-items: center; justify-content: space-between; gap: 8px;
padding: 4px 10px; background: var(--kendo-color-base-subtle, #f1f4f8);
border: 1px solid var(--line); border-radius: 8px; font-size: 13px;
}
}
.proof-name { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.proof-warn { margin: 10px 0 0; font-size: 12px; line-height: 1.5; color: #b45309; span { color: #d97706; } }
.proof-none { font-size: 14px; color: var(--ink-soft); }
.proof-busy { font-size: 13px; color: var(--ink-soft); }
.dialog-text { margin: 0; line-height: 1.55; span { color: var(--ink-soft); font-size: 13px; } }
.empty {