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