Skip to content

Commit 4e0ddb0

Browse files
committed
minor 📯
1 parent 9a345c4 commit 4e0ddb0

13 files changed

+382
-316
lines changed

demo/components/AnimationControls.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ onMounted(() => {
599599
}
600600
601601
input[type="range"] {
602-
--color: green;
602+
--color: rgb(24, 163, 24);
603603
margin: 1rem 0;
604604
}
605605

demo/components/AnimationControlsGroup.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ onMounted(() => {});
100100
gap: 1rem;
101101
z-index: 1;
102102
height: 100%;
103+
103104
position: relative;
104105
}
105106

demo/cube/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ body {
377377
height: 100%;
378378
379379
grid-template-areas: "animation-controls graph matrix-controls";
380-
grid-template-columns: 25% 2fr 25%;
380+
grid-template-columns:auto 2fr auto;
381381
382382
gap: 1rem;
383383
overflow: hidden;

0 commit comments

Comments
 (0)