Paddings when no configs

This commit is contained in:
Adria Navarro 2025-03-14 12:50:42 +01:00
parent de5042253f
commit e3c560e0c0
1 changed files with 17 additions and 15 deletions

View File

@ -65,6 +65,7 @@
Basic (Username & Password Authentication) Basic (Username & Password Authentication)
</Body> </Body>
{#if authConfigs.length}
<div class="auth-options"> <div class="auth-options">
<ActionGroup vertical compact> <ActionGroup vertical compact>
<!-- Hack to first config margin to not work as expected --> <!-- Hack to first config margin to not work as expected -->
@ -80,6 +81,7 @@
{/each} {/each}
</ActionGroup> </ActionGroup>
</div> </div>
{/if}
<div> <div>
<Button secondary icon="Add" on:click={addBasicConfiguration} <Button secondary icon="Add" on:click={addBasicConfiguration}
>Add Basic</Button >Add Basic</Button