This commit is contained in:
cay 2026-04-10 12:11:52 +01:00
parent 74752fbd75
commit dcdc17fecc

View File

@ -303,8 +303,7 @@ function renderShell() {
/* Gestapelter Kartenstapel */ /* Gestapelter Kartenstapel */
.gs-card-stack { .gs-card-stack {
position: relative; position: relative;
/* Breite wie eine Karte in der Sammlung (~160px bei 5-Spalten-Grid) */ width: 240px;
width: 140px;
aspect-ratio: 3/4; aspect-ratio: 3/4;
cursor: pointer; cursor: pointer;
} }