This commit is contained in:
cay 2026-04-07 09:08:17 +01:00
parent 783c4f73f2
commit 1e6737cbef

View File

@ -413,9 +413,15 @@
}
/* Wood-UI: Bild + Slot auf gleiche Größe wie Booster-Slots zwingen */
#wood-ui .booster-stage {
justify-content: center;
align-items: center;
gap: 20px;
}
#wood-ui .booster-left,
#wood-ui .booster-slot {
flex: 0 0 calc((100% - 50px) / 6); /* dieselbe Breite wie 1 von 6 Booster-Slots */
flex: 0 0 calc((100% - 50px) / 6);
max-width: calc((100% - 50px) / 6);
}