mirror of
https://github.com/valleytheknight/Canvas-Positioning-Toolkit.git
synced 2026-07-22 08:38:14 +00:00
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>
4 lines
80 B
CSS
4 lines
80 B
CSS
.canvas-positioning-toolkit-picked-up {
|
|
opacity: 0.7;
|
|
pointer-events: none;
|
|
}
|