valleytheknight_Canvas-Posi.../styles.css
ValleytheKnight f013b7a5b0 Add auto-layout, pick-up-and-place, and find-card-by-text features
Grid auto-layout, a hotkey-driven pick-up-and-place move (touch-compatible
via Pointer Events), and a fuzzy-search card picker that chains straight
into pick-up, for isolating one card out of a dense cluster without
precise dragging.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-21 19:03:58 -05:00

4 lines
80 B
CSS

.canvas-positioning-toolkit-picked-up {
opacity: 0.7;
pointer-events: none;
}