fix: kickoff time centered without 'Uhr', unified countdown badge, DevPanel close button

- Kickoff: centered "21:00" above flags (no 'Uhr' suffix)
- Countdown: always rendered as badge (was unstyled span for <60min)
- DevPanel: added close button (✕) in panel header for reliable closing

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Ronny
2026-04-11 22:46:53 +02:00
parent e1b9f03d60
commit 137e14b3d1
4 changed files with 47 additions and 26 deletions
+1
View File
@@ -131,6 +131,7 @@ export default function DevPanel({ currentUser, onUserChange, matches, onRefresh
<div className={styles.panel}>
<div className={styles.panelHeader}>
<span className={styles.panelTitle}>🧪 Simulations-Modus</span>
<button className={styles.closeBtn} onClick={() => setOpen(false)}></button>
</div>
{/* User Switcher */}