fix: button placement
This commit is contained in:
parent
54c839e82e
commit
56bd48b0cc
|
|
@ -170,12 +170,6 @@
|
|||
<img src="<%= inv.qr_url %>" alt="QR Code" class="w-48 h-48 rounded-xl bg-white p-2" id="pay-qr">
|
||||
</a>
|
||||
|
||||
<!-- Open in wallet -->
|
||||
<a href="<%= inv.pay_uri %>" class="inline-flex items-center gap-2 text-sm text-gray-400 hover:text-gray-200 border border-border-subtle hover:border-border-strong rounded-lg px-4 py-2 transition-colors">
|
||||
<svg class="w-4 h-4" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="M13.5 6H5.25A2.25 2.25 0 003 8.25v10.5A2.25 2.25 0 005.25 21h10.5A2.25 2.25 0 0018 18.75V10.5m-10.5 6L21 3m0 0h-5.25M21 3v5.25"/></svg>
|
||||
Open in wallet
|
||||
</a>
|
||||
|
||||
<!-- Amount -->
|
||||
<div class="text-center">
|
||||
<div class="text-sm text-gray-500 mb-1.5">Send exactly</div>
|
||||
|
|
@ -185,6 +179,12 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Open in wallet -->
|
||||
<a href="<%= inv.pay_uri %>" class="inline-flex items-center gap-2 text-sm text-gray-400 hover:text-gray-200 border border-border-subtle hover:border-border-strong rounded-lg px-4 py-2 transition-colors">
|
||||
<svg class="w-4 h-4" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="M13.5 6H5.25A2.25 2.25 0 003 8.25v10.5A2.25 2.25 0 005.25 21h10.5A2.25 2.25 0 0018 18.75V10.5m-10.5 6L21 3m0 0h-5.25M21 3v5.25"/></svg>
|
||||
Open in wallet
|
||||
</a>
|
||||
|
||||
<% if (received > 0 && remaining > 0) { %>
|
||||
<!-- Progress bar -->
|
||||
<div class="w-full">
|
||||
|
|
|
|||
Loading…
Reference in New Issue