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

View File

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