mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
feat(web): add current view asset to album (#923)
This commit is contained in:
parent
d696ce4e41
commit
5aa06ed3be
7 changed files with 225 additions and 4 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue