This commit is contained in:
cay 2026-04-06 13:36:00 +01:00
parent 7a4408e610
commit 6a11af504c

View File

@ -156,13 +156,11 @@
.booster-stage { .booster-stage {
display: flex; display: flex;
align-items: center; align-items: flex-start;
gap: 24px; gap: 10px;
width: 100%; width: 100%;
} }
/* ── Stapel links ── */
.booster-left { .booster-left {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
@ -182,6 +180,7 @@
transition: transform 0.15s ease, filter 0.15s ease; transition: transform 0.15s ease, filter 0.15s ease;
border: 2px solid rgba(255, 255, 255, 0.1); border: 2px solid rgba(255, 255, 255, 0.1);
border-radius: 6px; border-radius: 6px;
display: block;
} }
.booster-stapel-img:hover:not(.used) { .booster-stapel-img:hover:not(.used) {
@ -202,13 +201,9 @@
text-align: center; text-align: center;
} }
/* ── Karten-Slots rechts ── */ /* Slots werden direkte Flex-Kinder von .booster-stage */
.booster-slots { .booster-slots {
display: flex; display: contents;
gap: 10px;
flex: 1;
justify-content: center;
} }
.booster-slot { .booster-slot {