1
0
mirror of https://github.com/immich-app/immich.git synced 2025-06-27 05:11:11 +02:00

feat(web): bigger dialog box of location change (#5862)

This commit is contained in:
waclaw66
2023-12-19 16:49:09 +01:00
committed by GitHub
parent f4c5bdfa1c
commit 1c69dff967
2 changed files with 5 additions and 2 deletions

View File

@ -41,12 +41,13 @@
confirmColor="primary"
cancelColor="secondary"
title="Change Location"
width={800}
on:confirm={handleConfirm}
on:cancel={handleCancel}
>
<div slot="prompt" class="flex flex-col w-full h-full gap-2">
<label for="datetime">Pick a location</label>
<div class="h-[350px] min-h-[300px] w-full">
<div class="h-[500px] min-h-[300px] w-full">
<Map
mapMarkers={lat && lng && asset ? [{ id: asset.id, lat, lon: lng }] : []}
{zoom}