mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-09-04 17:32:56 +00:00
vertical and horizontal file list with same component
This commit is contained in:
@@ -19,13 +19,16 @@
|
||||
<LayerControl />
|
||||
<GPXLayers />
|
||||
<Toaster richColors />
|
||||
<div class="h-10 -translate-y-10 w-full pointer-events-none absolute z-30">
|
||||
<FileList orientation="horizontal" class="pointer-events-auto" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="h-48 flex flex-row gap-2 overflow-hidden">
|
||||
<GPXStatistics />
|
||||
<ElevationProfile />
|
||||
</div>
|
||||
</div>
|
||||
<FileList />
|
||||
<FileList orientation="vertical" recursive={true} class="w-60" />
|
||||
</div>
|
||||
|
||||
<style lang="postcss">
|
||||
|
Reference in New Issue
Block a user