added thumbs generation for performation and also added a new deck format for registration

This commit is contained in:
2026-03-08 05:40:53 -07:00
parent 78abb582dd
commit 4713bbd54b
11 changed files with 1255 additions and 44 deletions

View File

@@ -767,6 +767,7 @@
overflow: hidden;
line-height: 0;
position: relative;
contain: layout paint;
transform-origin: center;
transition: transform 120ms ease, border-color 120ms ease, box-shadow 120ms ease;
}
@@ -803,6 +804,12 @@
height: var(--tarot-house-card-height);
object-fit: cover;
background: #09090b;
opacity: 0;
transition: opacity 140ms ease;
}
.tarot-house-card-image.is-loaded {
opacity: 1;
}
.tarot-house-card-text-face {