Uebersicht: Abstand vor Top-Performer-Karte

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-07-20 22:32:48 +02:00
parent bfc90b78de
commit 56d8a3217b
+1 -1
View File
@@ -2442,7 +2442,7 @@ async function loadOverview() {
// === Sektion C: Top-Performer (3 Karten) ===
if (top.length > 0) {
html += '<div class="card"><div class="card-h">🏆 Top-Performer</div>';
html += '<div class="card" style="margin-top:1.4rem"><div class="card-h">🏆 Top-Performer</div>';
html += '<div style="display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.6rem">';
var medals = ['🥇','🥈','🥉'];
top.forEach(function(r, i) {