feat: modal improvements

This commit is contained in:
Philipp Dormann 2025-03-29 01:45:25 +01:00
parent f547c0cc81
commit 13c6e96292
Signed by: philipp
GPG Key ID: 3BB9ADD52DCA4314
2 changed files with 3 additions and 3 deletions

View File

@ -158,7 +158,7 @@
/></svg /></svg
> >
</div> </div>
<div class="mt-3 text-center sm:text-left max-h-[75vh] overflow-y-auto"> <div class="mt-3 text-center sm:text-left">
<h3 class="text-lg leading-6 font-medium text-gray-900"> <h3 class="text-lg leading-6 font-medium text-gray-900">
{#if is_fixed} {#if is_fixed}
{$_("create-a-new-fixed-donation")} {$_("create-a-new-fixed-donation")}

View File

@ -104,7 +104,7 @@
<div class="bg-white px-4 pt-5 pb-4 sm:p-6 sm:pb-4 rounded-t-xl"> <div class="bg-white px-4 pt-5 pb-4 sm:p-6 sm:pb-4 rounded-t-xl">
<div class=""> <div class="">
<div <div
class="mx-auto flex-shrink-0 flex items-center justify-center h-12 w-12 rounded-full bg-blue-100 sm:mx-0 sm:h-10 sm:w-10" class="flex-shrink-0 flex items-center justify-center h-12 w-12 rounded-full bg-blue-100 sm:mx-0 sm:h-10 sm:w-10"
> >
<svg <svg
class="h-6 w-6 text-blue-600" class="h-6 w-6 text-blue-600"
@ -120,7 +120,7 @@
/></svg /></svg
> >
</div> </div>
<div class="mt-3 text-center sm:text-left max-h-[75vh] overflow-y-auto"> <div class="mt-3 text-left">
<h3 class="text-lg leading-6 font-medium text-gray-900"> <h3 class="text-lg leading-6 font-medium text-gray-900">
{$_("enter-payment")} {$_("enter-payment")}
</h3> </h3>