mirror of
https://github.com/immich-app/immich.git
synced 2024-11-24 08:52:28 +02:00
Move 'Add' button on album user invite to the same row as 'To' List (#6447)
Move 'Add' button on album user invite to the same row as 'To' List in order to prevent the button getting hidden by a scrollbar
This commit is contained in:
parent
4c2befc68c
commit
702e91145a
@ -76,6 +76,9 @@
|
||||
</button>
|
||||
{/key}
|
||||
{/each}
|
||||
<div class="flex place-content-end mr-0 ml-auto p-5">
|
||||
<Button size="sm" rounded="lg" on:click={() => dispatch('select', selectedUsers)}>Add</Button>
|
||||
</div>
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
@ -113,12 +116,6 @@
|
||||
Looks like you have shared this album with all users or you don't have any user to share with.
|
||||
</p>
|
||||
{/if}
|
||||
|
||||
{#if selectedUsers.length > 0}
|
||||
<div class="flex place-content-end p-5">
|
||||
<Button size="sm" rounded="lg" on:click={() => dispatch('select', selectedUsers)}>Add</Button>
|
||||
</div>
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
<hr />
|
||||
|
Loading…
Reference in New Issue
Block a user