floating selection box

This commit is contained in:
2025-11-03 23:10:03 +01:00
parent 8d4adbea42
commit 9ad704f50a
6 changed files with 164 additions and 141 deletions
+1 -3
View File
@@ -132,8 +132,7 @@
display: inline-flex;
align-items: center;
overflow: hidden;
box-shadow: 2px 2px 4px var(--shadow-faint);
background: color-mix(in oklch, var(--surface-subtle) 88%, transparent);
background: color-mix(in oklch, var(--surface-subtle) 90%, transparent);
color: var(--muted);
}
@@ -150,7 +149,6 @@
pointer-events: auto;
cursor: grab;
transition: transform 0.16s ease, opacity 0.2s ease, box-shadow 0.2s ease;
box-shadow: 2px 2px 4px var(--shadow-medium);
}
.desk-help-overlay {