feat(ui): show send/receive date in postcard list

This commit is contained in:
2026-07-05 23:06:18 +08:00
parent 61190328a4
commit 90c02faa8f
2 changed files with 3 additions and 0 deletions

View File

@@ -213,6 +213,7 @@ code { background: var(--bg); padding: .15rem .4rem; border-radius: 4px; font-si
.postcard-row-info strong { white-space: nowrap; }
.postcard-row-info span { white-space: nowrap; color: var(--text-muted); }
.postcard-row-action { flex-shrink: 0; }
.postcard-row-date { font-size: .78rem; color: var(--text-muted); white-space: nowrap; }
/* Filter */
.filter-bar { margin-bottom: 1.25rem; }