From 7a4408e610b158af7acc3db70d0a332a0a93b6c4 Mon Sep 17 00:00:00 2001 From: cay Date: Mon, 6 Apr 2026 13:34:17 +0100 Subject: [PATCH] rtjs --- public/css/events.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/public/css/events.css b/public/css/events.css index 4396e27..6e7d718 100644 --- a/public/css/events.css +++ b/public/css/events.css @@ -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) {