From 702e91145ad51cdea813cecf879982ebac709141 Mon Sep 17 00:00:00 2001 From: Alexander Welsing Date: Wed, 17 Jan 2024 15:43:41 +0100 Subject: [PATCH] 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 --- .../components/album-page/user-selection-modal.svelte | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/web/src/lib/components/album-page/user-selection-modal.svelte b/web/src/lib/components/album-page/user-selection-modal.svelte index 33b5494fcc..b7c896fdf3 100644 --- a/web/src/lib/components/album-page/user-selection-modal.svelte +++ b/web/src/lib/components/album-page/user-selection-modal.svelte @@ -76,6 +76,9 @@ {/key} {/each} +
+ +
{/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.

{/if} - - {#if selectedUsers.length > 0} -
- -
- {/if}