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 */
.gs-card-stack {
position: relative;
/* Breite wie eine Karte in der Sammlung (~160px bei 5-Spalten-Grid) */
width: 140px;
width: 240px;
aspect-ratio: 3/4;
cursor: pointer;
}