update to frame and tarot times
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user