From 4fe6762d5e2aa9bb882745a28100e0b4d0b46940 Mon Sep 17 00:00:00 2001 From: cay Date: Sat, 11 Apr 2026 13:37:00 +0100 Subject: [PATCH] dtk --- public/css/glucksspiel.css | 4 ++-- public/js/gaststaette/glucksspiel.js | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/public/css/glucksspiel.css b/public/css/glucksspiel.css index 32bee07..5802db5 100644 --- a/public/css/glucksspiel.css +++ b/public/css/glucksspiel.css @@ -163,7 +163,7 @@ /* ── Rarity Kristalle ───────────────────── */ .gs-rarity { position: absolute; - top: 75%; + top: 72%; left: 0; right: 0; display: flex; justify-content: center; flex-wrap: wrap; gap: 1px; padding: 0 4px; @@ -173,7 +173,7 @@ /* ── Reichweite & Laufen Badges ─────────── */ .gs-range-race { position: absolute; - top: 86%; + top: 82%; left: 0; right: 0; display: flex; justify-content: center; diff --git a/public/js/gaststaette/glucksspiel.js b/public/js/gaststaette/glucksspiel.js index a2529e6..c2a7237 100644 --- a/public/js/gaststaette/glucksspiel.js +++ b/public/js/gaststaette/glucksspiel.js @@ -223,6 +223,7 @@ function renderGrid(grid, cards) { onerror="this.src='/images/avatar_placeholder.svg'"> ${c.attack != null ? `${c.attack}` : ""} ${c.defends != null ? `${c.defends}` : ""} + ${c.cooldown != null ? `${c.cooldown}` : ""}