voting why not lol

This commit is contained in:
Theo Browne
2026-02-22 17:22:59 -08:00
parent fb24f6e198
commit 845065ac8f
7 changed files with 343 additions and 18 deletions

View File

@@ -228,6 +228,27 @@ body {
border-radius: 2px;
}
/* ── Viewer Votes ────────────────────────────────────────────── */
.history-contestant__viewer-votes {
display: flex;
align-items: center;
gap: 6px;
padding-top: 8px;
border-top: 1px dashed var(--border);
}
.history-contestant__viewer-icon {
font-size: 13px;
}
.history-contestant__viewer-count {
font-family: 'JetBrains Mono', monospace;
font-size: 12px;
font-weight: 600;
color: var(--text-muted);
}
/* ── Pagination ───────────────────────────────────────────────── */
.pagination {
display: flex;