This commit is contained in:
Jens Cornelsen
2025-04-12 21:21:26 +02:00
parent ca9c1b025a
commit 33596e4b61

View File

@@ -178,7 +178,7 @@
} }
</script> </script>
<div class="relative bg-base-200 border border-base-300 rounded-lg p-4 mr-4"> <div class="relative w-1/3 bg-base-200 border border-base-300 rounded-lg p-4 mr-4">
{#if ausweis.storniert} {#if ausweis.storniert}
<div <div
class="absolute top-0 left-0 w-full h-full bg-[rgba(0,0,0,0.7)] z-[5] rounded-lg select-none" class="absolute top-0 left-0 w-full h-full bg-[rgba(0,0,0,0.7)] z-[5] rounded-lg select-none"
@@ -411,23 +411,12 @@
</div> </div>
</div> </div>
<div class="relative w-2/3 bg-base-200 border border-base-300 rounded-lg p-4 mr-4">
<div class="relative bg-base-200 border border-base-300 rounded-lg p-4 mr-4">
<div class="card-body"> <div class="card-body">
</div> </div>
</div> </div>
<dialog bind:this={hilfeModal} class="modal"> <dialog bind:this={hilfeModal} class="modal">
<div class="modal-box"> <div class="modal-box">
<h3 class="font-bold text-xl mb-4">Hilfe Anfordern</h3> <h3 class="font-bold text-xl mb-4">Hilfe Anfordern</h3>