feat(ui): Uhrzeit (Europe/Berlin) oben links im Header, Format HH:MM

This commit is contained in:
vibe-bot 2025-08-08 14:41:05 +02:00
parent 9f11a0a8cc
commit de8a9e1d50
2 changed files with 17 additions and 0 deletions

View file

@ -73,6 +73,12 @@ body {
header { display: flex; flex-direction: column; gap: 8px; margin-bottom: 18px; }
header h1 { margin: 0; font-weight: 800; letter-spacing: .3px; }
header p { opacity: .8; }
.clock {
font-size: 48px;
font-weight: 800;
letter-spacing: 1px;
line-height: 1;
}
.badge { align-self: flex-start; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); padding: 6px 10px; border-radius: 999px; font-size: 13px; }
.controls { display: grid; grid-template-columns: 1fr minmax(240px, 300px) 220px 180px; gap: 12px; align-items: center; margin-bottom: 18px; }