Add per-user phase navigation with results toggle
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -83,6 +83,10 @@
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
}
|
||||
.status-center {
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
}
|
||||
.logo-mark {
|
||||
height: 65px;
|
||||
margin: -10px;
|
||||
|
||||
Reference in New Issue
Block a user