This commit is contained in:
cay 2026-04-11 13:25:28 +01:00
parent 68e2b94981
commit 66f0de1be3
2 changed files with 5 additions and 5 deletions

View File

@ -341,7 +341,7 @@
/* Kristalle mittig unten */
.bs-rarity {
position: absolute;
top: 62%;
top: 72%;
left: 0;
right: 0;
display: flex;
@ -356,7 +356,7 @@
/* Reichweite & Laufen Badges */
.bs-range-race {
position: absolute;
top: 74%;
top: 82%;
left: 0;
right: 0;
display: flex;

View File

@ -464,7 +464,7 @@ function renderShell() {
/* ── Reichweite & Laufen Badges ────────── */
.kd-range-race {
position: absolute;
top: 74%;
top: 86%;
left: 0; right: 0;
display: flex;
justify-content: center;
@ -498,7 +498,7 @@ function renderShell() {
/* ── Rarity Kristalle ───────────────────── */
.kd-rarity {
position: absolute;
top: 62%;
top: 75%;
left: 0; right: 0;
display: flex;
justify-content: center;
@ -868,7 +868,7 @@ function renderDeckGrid(grid, cards) {
<div class="kd-deck-card-footer-counts">
<span class="kd-deck-count-indeck" title="Im Deck">🃏 ${c.amount}</span>
</div>
${c.rarity ? `<div class="kd-rarity" style="top:62%">${rarityImgs(c.rarity, 14)}</div>` : ""}
${c.rarity ? `<div class="kd-rarity" style="top:75%">${rarityImgs(c.rarity, 14)}</div>` : ""}
${(c.range != null || c.race != null) ? `
<div class="kd-range-race">
${c.range != null ? `<span class="kd-badge-range">${rangeIcon()}&thinsp;${c.range}</span>` : ""}