mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-09-01 08:12:32 +00:00
increase wpt popup max width
This commit is contained in:
@@ -36,7 +36,7 @@
|
|||||||
|
|
||||||
<div bind:this={popupElement} class="hidden">
|
<div bind:this={popupElement} class="hidden">
|
||||||
{#if $currentPopupWaypoint}
|
{#if $currentPopupWaypoint}
|
||||||
<Card.Root class="border-none shadow-md text-base max-w-80 p-2">
|
<Card.Root class="border-none shadow-md text-base p-2 max-w-[50dvw]">
|
||||||
<Card.Header class="p-0">
|
<Card.Header class="p-0">
|
||||||
<Card.Title class="text-md">
|
<Card.Title class="text-md">
|
||||||
{#if $currentPopupWaypoint[0].link && $currentPopupWaypoint[0].link.attributes && $currentPopupWaypoint[0].link.attributes.href}
|
{#if $currentPopupWaypoint[0].link && $currentPopupWaypoint[0].link.attributes && $currentPopupWaypoint[0].link.attributes.href}
|
||||||
|
Reference in New Issue
Block a user