From d80c40ed3f6e195166b90226b81895d1df84937e Mon Sep 17 00:00:00 2001 From: Theo Browne Date: Sun, 22 Feb 2026 17:52:37 -0800 Subject: [PATCH] ui fixes --- frontend.css | 9 ++------- frontend.tsx | 2 +- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/frontend.css b/frontend.css index 22fdafe..9ec4827 100644 --- a/frontend.css +++ b/frontend.css @@ -193,7 +193,6 @@ body { /* ── Contestant ───────────────────────────────────────────────── */ .contestant { - position: relative; border-left: 3px solid var(--accent); padding: 16px 20px; display: flex; @@ -344,18 +343,14 @@ body { } .my-vote-tag { - position: absolute; - top: 8px; - right: 8px; font-family: var(--mono); - font-size: 9px; + font-size: 10px; font-weight: 700; letter-spacing: 1px; - padding: 2px 6px; + padding: 3px 8px; border: 1px solid var(--text-muted); color: var(--text-dim); border-radius: 3px; - pointer-events: none; } /* ── Viewer Votes ────────────────────────────────────────────── */ diff --git a/frontend.tsx b/frontend.tsx index 8283dbb..99445ee 100644 --- a/frontend.tsx +++ b/frontend.tsx @@ -195,9 +195,9 @@ function ContestantCard({ >
+ {isMyVote && !isWinner && YOUR PICK} {isWinner && WIN}
- {isMyVote && YOUR PICK}
{!task.finishedAt ? (