This commit is contained in:
Jason Rasmussen
2025-04-28 09:53:53 -04:00
committed by GitHub
parent 85ac0512a6
commit e6c575c33e
130 changed files with 354 additions and 323 deletions

View File

@@ -120,7 +120,7 @@
<section
transition:fly={{ y: 500, duration: 100, easing: quintOut }}
class="absolute left-0 top-0 z-[9999] h-full w-full bg-immich-bg dark:bg-immich-dark-bg"
class="absolute start-0 top-0 z-[9999] h-full w-full bg-immich-bg dark:bg-immich-dark-bg"
>
<ControlAppBar {onClose}>
{#snippet leading()}
@@ -140,7 +140,7 @@
{:else}
<LoadingSpinner />
{/if}
<span class="ml-2"> {$t('create_new_person')}</span></Button
<span class="ms-2"> {$t('create_new_person')}</span></Button
>
<Button
size="sm"
@@ -155,7 +155,7 @@
{:else}
<LoadingSpinner />
{/if}
<span class="ml-2"> {$t('reassign')}</span></Button
<span class="ms-2"> {$t('reassign')}</span></Button
>
</div>
{/snippet}