feat: show date and time in transcript list items
This commit is contained in:
@@ -118,6 +118,7 @@
|
||||
.transcript-item:hover { border-color: var(--red); }
|
||||
.transcript-item .name { flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
|
||||
.transcript-item .meta { color: var(--muted); font-size: 0.75rem; flex-shrink: 0; }
|
||||
.item-date { font-size: 0.75rem; color: var(--muted); flex-shrink: 0; font-variant-numeric: tabular-nums; }
|
||||
.item-actions { display: flex; gap: 2px; flex-shrink: 0; }
|
||||
.modal { position: fixed; inset: 0; z-index: 100; display: flex; align-items: center; justify-content: center; }
|
||||
.modal.hidden { display: none; }
|
||||
|
||||
Reference in New Issue
Block a user