diff --git a/src/lib/components/game/HeightTrack.svelte b/src/lib/components/game/HeightTrack.svelte
index a161fa1..e15ca10 100644
--- a/src/lib/components/game/HeightTrack.svelte
+++ b/src/lib/components/game/HeightTrack.svelte
@@ -45,13 +45,17 @@
{/each}
-
-
-
+
+
+
+
+
+
+
+
+
-
-
@@ -83,8 +87,7 @@
position: absolute;
left: 0;
right: 0;
- border-top: 2px dashed rgba(255, 255, 255, 0.6);
- filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.25));
+ border-top: 2px dotted rgba(255, 255, 255, 0.3);
pointer-events: none;
}
@@ -93,9 +96,16 @@
left: 18%;
transform: translate(-50%, 50%);
pointer-events: none;
- opacity: 0.85;
}
- .marker.stars { display: flex; gap: 6px; left: 60%; }
+ .marker.stars {
+ left: 0;
+ right: 0;
+ transform: translateY(50%);
+ display: flex;
+ justify-content: space-around;
+ align-items: center;
+ padding: 0 6px;
+ }
.rocket {
position: absolute;