feat(ui): stack country and recipient/sender vertically in postcard list

This commit is contained in:
2026-07-05 23:07:41 +08:00
parent 80928d5ae6
commit 6ae80c5591
2 changed files with 8 additions and 3 deletions

View File

@@ -214,6 +214,7 @@ code { background: var(--bg); padding: .15rem .4rem; border-radius: 4px; font-si
.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; }
.postcard-row-detail { display: flex; flex-direction: column; gap: 0; font-size: .85rem; color: var(--text-muted); }
/* Filter */
.filter-bar { margin-bottom: 1.25rem; }