more status values

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2026-01-18 22:41:20 +01:00
parent a12dfe7760
commit 3ec7bf7acb
6 changed files with 49 additions and 11 deletions

View File

@@ -557,6 +557,11 @@ body {
align-items: center;
padding: 10px 0;
border-bottom: 1px solid var(--border);
display: none;
}
.status-item.visible {
display: flex;
}
.status-item:last-child {