fix(ui): improve detail page mobile layout - smaller title, compact back button, action buttons in one row

This commit is contained in:
2026-07-05 23:15:10 +08:00
parent a4cd204237
commit a502c14c99
2 changed files with 5 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
<a href="/profiles/{{ postcard.profile_id }}/postcards" class="btn btn-back"></a>
<h1>{{ postcard.card_number }}</h1>
</div>
<div>
<div class="detail-actions">
<a href="/postcards/{{ postcard.id }}/edit" class="btn">编辑</a>
{% if postcard.status == 'sent' %}
<form method="post" action="/postcards/{{ postcard.id }}/mark-delivered" class="inline">