dtk
This commit is contained in:
parent
80030183cd
commit
4fe6762d5e
@ -163,7 +163,7 @@
|
|||||||
/* ── Rarity Kristalle ───────────────────── */
|
/* ── Rarity Kristalle ───────────────────── */
|
||||||
.gs-rarity {
|
.gs-rarity {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 75%;
|
top: 72%;
|
||||||
left: 0; right: 0;
|
left: 0; right: 0;
|
||||||
display: flex; justify-content: center; flex-wrap: wrap;
|
display: flex; justify-content: center; flex-wrap: wrap;
|
||||||
gap: 1px; padding: 0 4px;
|
gap: 1px; padding: 0 4px;
|
||||||
@ -173,7 +173,7 @@
|
|||||||
/* ── Reichweite & Laufen Badges ─────────── */
|
/* ── Reichweite & Laufen Badges ─────────── */
|
||||||
.gs-range-race {
|
.gs-range-race {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 86%;
|
top: 82%;
|
||||||
left: 0; right: 0;
|
left: 0; right: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|||||||
@ -223,6 +223,7 @@ function renderGrid(grid, cards) {
|
|||||||
onerror="this.src='/images/avatar_placeholder.svg'">
|
onerror="this.src='/images/avatar_placeholder.svg'">
|
||||||
${c.attack != null ? `<span class="gs-stat-atk">${c.attack}</span>` : ""}
|
${c.attack != null ? `<span class="gs-stat-atk">${c.attack}</span>` : ""}
|
||||||
${c.defends != null ? `<span class="gs-stat-def">${c.defends}</span>` : ""}
|
${c.defends != null ? `<span class="gs-stat-def">${c.defends}</span>` : ""}
|
||||||
|
${c.cooldown != null ? `<span class="gs-stat-cd">${c.cooldown}</span>` : ""}
|
||||||
<div class="gs-card-footer">
|
<div class="gs-card-footer">
|
||||||
<span class="gs-count-owned">× ${available < 0 ? 0 : available}</span>
|
<span class="gs-count-owned">× ${available < 0 ? 0 : available}</span>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user