feat(control): spawn session NPCs and resize tokens in preview
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -363,6 +363,22 @@
|
||||
inset: 0;
|
||||
}
|
||||
|
||||
.previewHostSpawnDrag {
|
||||
cursor: copy;
|
||||
}
|
||||
|
||||
.npcSpawnGhost {
|
||||
position: absolute;
|
||||
z-index: 12;
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
border-radius: 999px;
|
||||
transform: translate(-50%, -50%);
|
||||
pointer-events: none;
|
||||
border: 2px dashed rgba(96, 165, 250, 0.95);
|
||||
background: rgba(96, 165, 250, 0.2);
|
||||
}
|
||||
|
||||
.brushCursor {
|
||||
position: absolute;
|
||||
z-index: 2;
|
||||
|
||||
Reference in New Issue
Block a user