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

feat(web): add current view asset to album (#923)

This commit is contained in:
Jason Rasmussen
2022-11-04 10:32:09 -04:00
committed by GitHub
parent d696ce4e41
commit 5aa06ed3be
7 changed files with 225 additions and 4 deletions

View File

@ -38,7 +38,7 @@
on:out-click={() => dispatch('close')}
class="bg-immich-bg dark:bg-immich-dark-gray dark:text-immich-dark-fg w-[450px] min-h-[200px] max-h-[500px] rounded-lg shadow-md"
>
<div class="flex justify-between place-items-center p-5">
<div class="flex justify-between place-items-center px-5 py-3">
<div>
<slot name="title">
<p>Modal Title</p>