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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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>