add timestamp to signal cards; enhance display with generated-at information

This commit is contained in:
ImBenji
2026-04-24 01:04:31 +01:00
parent 8e654ff467
commit e9c084b8d3
2 changed files with 14 additions and 2 deletions
+8
View File
@@ -533,6 +533,14 @@ body.page-graph #graph-info {
padding: 2px 6px;
}
.signal-card-ts {
font-size: 10.5px;
color: var(--muted-dark);
letter-spacing: .02em;
padding-top: 6px;
border-top: 1px dashed var(--border);
}
.signal-badge {
display: inline-flex;
align-items: center;