Uebersicht: Abstand vor Top-Performer-Karte
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user