enhance (& fix for mobile) styling and verbiage

This commit is contained in:
2024-01-13 15:14:16 -07:00
parent febfa8b098
commit 2511f18fa7
5 changed files with 28 additions and 11 deletions

View File

@@ -17,7 +17,7 @@
</div>
<!-- Details -->
<div class="h-32 bg-slate-100 rounded-md overflow-hidden px-4 py-3 mb-4">
<div class="bg-slate-100 rounded-md overflow-hidden px-4 py-3 mb-4">
<div class="block flex gap-4 overflow-hidden">
<div class="overflow-hidden">
<h2 class="text-md font-bold">
@@ -44,7 +44,7 @@
</div>
</div>
<div class="h-6 columns-3">
<div class="columns-3">
<button
class="col-span-1 bg-blue-600 text-white px-4 py-2 rounded-md"
v-if="userCanConfirm()"
@@ -58,7 +58,7 @@
@click="openGiftDialog()"
class="col-span-1 block w-fit text-center text-md bg-blue-600 text-white px-1.5 py-2 rounded-md"
>
Record Some Delivered
Affirm Delivery
</button>
</div>
<GiftedDialog