Add per-user phase navigation with results toggle

This commit is contained in:
2026-02-04 21:43:12 +01:00
parent b64a33d833
commit e5e27af0af
24 changed files with 507 additions and 88 deletions

View File

@@ -108,6 +108,33 @@ button .chip {
border-color: #a83a35;
}
.nav-btn {
min-width: 64px;
font-weight: 700;
}
.badge {
display: inline-flex;
align-items: center;
gap: 6px;
padding: 4px 8px;
border-radius: 999px;
font-size: 12px;
border: 1px solid transparent;
}
.badge.warning {
background: #fff0d6;
color: #7a4a00;
border-color: #f0c66b;
}
.toggle-row {
display: flex;
gap: 8px;
align-items: center;
font-weight: 600;
}
.vote-controls {
display: flex;
gap: 10px;

View File

@@ -83,6 +83,10 @@
align-items: center;
gap: 10px;
}
.status-center {
flex-wrap: wrap;
justify-content: center;
}
.logo-mark {
height: 65px;
margin: -10px;