route v1
All checks were successful
Deploy App / build (push) Successful in 2m25s
Deploy App / deploy (push) Successful in 15s

This commit is contained in:
valere
2025-10-21 00:09:26 +02:00
parent 61b0b6395f
commit f59c496c5d
18 changed files with 391 additions and 137 deletions

View File

@@ -245,7 +245,7 @@ watch(isDraggable, (enabled) => (enabled ? addListeners() : removeListeners()))
}
&-scene {
perspective: 1000px;
perspective: 2000px;
}
&.box-hidden {
@@ -360,7 +360,7 @@ watch(isDraggable, (enabled) => (enabled ? addListeners() : removeListeners()))
@apply scale-105 outline-none;
.face {
border: 4px solid rgba(0, 0, 0, 0.5);
// border: 4px solid rgba(0, 0, 0, 0.5);
}
}