feat: consistent compact density across all list views

- Reduce capture-item, files table, date group labels to 6px 12px padding
- Set font-size 0.80rem on capture-text, file table cells

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-03 01:54:02 +00:00
parent 1628a4a748
commit 1c2279664c
4 changed files with 17 additions and 17 deletions

View File

@@ -793,8 +793,8 @@ a:hover { color: var(--accent-hover); }
.capture-item {
display: flex;
align-items: flex-start;
gap: 12px;
padding: 12px;
gap: 8px;
padding: 6px 12px;
background: var(--surface);
border: 1px solid var(--border);
border-radius: var(--radius);
@@ -803,7 +803,7 @@ a:hover { color: var(--accent-hover); }
.capture-text {
flex: 1;
font-size: 0.92rem;
font-size: 0.80rem;
}
.capture-actions {