xzk
This commit is contained in:
parent
1550e581d7
commit
b1b42db972
@ -464,7 +464,7 @@ function renderShell() {
|
|||||||
/* ── Reichweite & Laufen Badges ────────── */
|
/* ── Reichweite & Laufen Badges ────────── */
|
||||||
.kd-range-race {
|
.kd-range-race {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 20px;
|
top: 74%;
|
||||||
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: 75%;
|
top: 62%;
|
||||||
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:75%">${rarityImgs(c.rarity, 14)}</div>` : ""}
|
${c.rarity ? `<div class="kd-rarity" style="top:62%">${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()} ${c.range}</span>` : ""}
|
${c.range != null ? `<span class="kd-badge-range">${rangeIcon()} ${c.range}</span>` : ""}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user