fxgj
This commit is contained in:
parent
783c4f73f2
commit
1e6737cbef
@ -413,9 +413,15 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Wood-UI: Bild + Slot auf gleiche Größe wie Booster-Slots zwingen */
|
/* 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-left,
|
||||||
#wood-ui .booster-slot {
|
#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);
|
max-width: calc((100% - 50px) / 6);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user