This commit is contained in:
cay 2026-04-06 13:34:17 +01:00
parent 3f5b63b750
commit 7a4408e610

View File

@ -167,17 +167,21 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
gap: 8px; gap: 6px;
flex-shrink: 0; flex: 1;
min-width: 0;
} }
.booster-stapel-img { .booster-stapel-img {
width: 110px; width: 100%;
height: auto; aspect-ratio: 2 / 3;
object-fit: cover;
cursor: pointer; cursor: pointer;
image-rendering: pixelated; image-rendering: pixelated;
filter: drop-shadow(0 4px 12px rgba(200, 150, 12, 0.4)); filter: drop-shadow(0 4px 12px rgba(200, 150, 12, 0.4));
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-radius: 6px;
} }
.booster-stapel-img:hover:not(.used) { .booster-stapel-img:hover:not(.used) {