mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-11-04 13:31:13 +00:00
fix separator
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
import ButtonWithTooltip from '$lib/components/ButtonWithTooltip.svelte';
|
import ButtonWithTooltip from '$lib/components/ButtonWithTooltip.svelte';
|
||||||
import * as Popover from '$lib/components/ui/popover/index.js';
|
import * as Popover from '$lib/components/ui/popover/index.js';
|
||||||
import * as ToggleGroup from '$lib/components/ui/toggle-group/index.js';
|
import * as ToggleGroup from '$lib/components/ui/toggle-group/index.js';
|
||||||
|
import Separator from '$lib/components/ui/separator/separator.svelte';
|
||||||
import Chart from 'chart.js/auto';
|
import Chart from 'chart.js/auto';
|
||||||
import mapboxgl from 'mapbox-gl';
|
import mapboxgl from 'mapbox-gl';
|
||||||
import { onDestroy, onMount } from 'svelte';
|
import { onDestroy, onMount } from 'svelte';
|
||||||
@@ -584,7 +585,7 @@
|
|||||||
</ButtonWithTooltip>
|
</ButtonWithTooltip>
|
||||||
</Popover.Trigger>
|
</Popover.Trigger>
|
||||||
<Popover.Content
|
<Popover.Content
|
||||||
class="w-fit p-0 flex flex-col divide-y-2 divide-solid divide-gray-500"
|
class="w-fit p-0 flex flex-col"
|
||||||
side="top"
|
side="top"
|
||||||
align="end"
|
align="end"
|
||||||
sideOffset={-32}
|
sideOffset={-32}
|
||||||
@@ -633,6 +634,7 @@
|
|||||||
{i18n._('quantities.highway')}
|
{i18n._('quantities.highway')}
|
||||||
</ToggleGroup.Item>
|
</ToggleGroup.Item>
|
||||||
</ToggleGroup.Root>
|
</ToggleGroup.Root>
|
||||||
|
<Separator />
|
||||||
<ToggleGroup.Root
|
<ToggleGroup.Root
|
||||||
class="flex flex-col items-start gap-0 p-1"
|
class="flex flex-col items-start gap-0 p-1"
|
||||||
type="multiple"
|
type="multiple"
|
||||||
|
|||||||
Reference in New Issue
Block a user