fix(debug): defer hand tracking startup

This commit is contained in:
Tom Boullay
2026-05-25 01:19:14 +02:00
parent 4c42e11268
commit d0497ec42c
4 changed files with 53 additions and 13 deletions
+10
View File
@@ -466,6 +466,16 @@ canvas {
text-transform: uppercase;
}
.scene-loading-overlay p {
max-width: 290px;
margin: -8px 0 0;
color: #64748b;
font-size: 12px;
font-weight: 500;
line-height: 1.45;
text-align: center;
}
.scene-loading-overlay__track {
position: relative;
overflow: hidden;