mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-09-01 08:12:32 +00:00
fix ui size
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
const { verticalFileView, elevationProfile } = settings;
|
const { verticalFileView, elevationProfile } = settings;
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="flex flex-row w-screen h-screen">
|
<div class="fixed flex flex-row w-screen h-screen">
|
||||||
<div class="flex flex-col grow h-full min-w-0">
|
<div class="flex flex-col grow h-full min-w-0">
|
||||||
<div class="grow relative">
|
<div class="grow relative">
|
||||||
<Menu />
|
<Menu />
|
||||||
|
@@ -274,7 +274,6 @@
|
|||||||
if (point) {
|
if (point) {
|
||||||
return point.element.raw.index;
|
return point.element.raw.index;
|
||||||
} else {
|
} else {
|
||||||
console.log(points);
|
|
||||||
return points[0].index;
|
return points[0].index;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -111,8 +111,6 @@
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
newMap.resize();
|
|
||||||
});
|
});
|
||||||
|
|
||||||
$: if ($map) {
|
$: if ($map) {
|
||||||
|
Reference in New Issue
Block a user