position PIN code on the same line as the label

This commit is contained in:
2025-11-20 13:05:40 +01:00
parent 365fb0f2c7
commit 73cb398aa0

View File

@@ -279,6 +279,7 @@ Mit freundlichen Grüßen,
<h1 class="text-xl">{vorgangName}</h1> <h1 class="text-xl">{vorgangName}</h1>
{#if admin} {#if admin}
<div class="flex items-center gap-2">
Zugangs-PIN: Zugangs-PIN:
<NameItemEditor <NameItemEditor
list={[]} list={[]}
@@ -286,6 +287,7 @@ Mit freundlichen Grüßen,
onSave={savePIN} onSave={savePIN}
onDelete={null} onDelete={null}
/> />
</div>
<a class="pt-2 pb-6" href={constructMailToLink()} <a class="pt-2 pb-6" href={constructMailToLink()}
><Button disabled={isEmptyList}>Share Link</Button></a ><Button disabled={isEmptyList}>Share Link</Button></a
> >