update to frame and tarot times

This commit is contained in:
2026-04-02 22:06:19 -07:00
parent e5d041101f
commit cac243f2cf
9 changed files with 394 additions and 44 deletions

View File

@@ -1286,6 +1286,8 @@
transition: transform 120ms ease, filter 120ms ease;
-webkit-user-select: none;
user-select: none;
touch-action: none;
-webkit-touch-callout: none;
}
.tarot-frame-card.is-empty {
@@ -1306,6 +1308,17 @@
transform: none;
}
@media (pointer: coarse) {
.tarot-frame-card {
cursor: grab;
}
.tarot-frame-card:hover {
transform: none;
filter: none;
}
}
.tarot-frame-card-image,
.tarot-frame-card-fallback {
display: block;