UI: revert popup height cap, fix UI on small screen for CreateCopy.svelte

This commit is contained in:
Pieter Vander Vennet 2025-07-08 13:12:06 +02:00
parent 621449f7a8
commit 22a6ad3eaa
3 changed files with 6 additions and 6 deletions

View file

@ -135,7 +135,7 @@
</div>
<div class="flex w-full justify-end">
<NextButton clss="primary shrink-0" on:click={() => createCopy()}>
<NextButton clss="primary sm:shrink-0" on:click={() => createCopy()}>
<DocumentDuplicate class="w-8 mx-2" />
<Tr t={t.confirm} />