From 249ff7a5f3ea1d4736384b3638c3d1122036502f Mon Sep 17 00:00:00 2001 From: cube Date: Tue, 31 Mar 2026 17:01:07 +0100 Subject: [PATCH] fix #56 --- myriad/static/style.css | 5 +++++ myriad/templates/manage/edit.html | 2 +- myriad/templates/page.html | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/myriad/static/style.css b/myriad/static/style.css index 35fe802..fd17ac0 100644 --- a/myriad/static/style.css +++ b/myriad/static/style.css @@ -103,6 +103,11 @@ form textarea{ height:20px; width:auto; } +.stamp +{ + height:56px; + width:auto; +} diff --git a/myriad/templates/manage/edit.html b/myriad/templates/manage/edit.html index 1b0bdd7..beb1146 100644 --- a/myriad/templates/manage/edit.html +++ b/myriad/templates/manage/edit.html @@ -106,7 +106,7 @@
{% for stamp in stamps %}
- +
Delete
diff --git a/myriad/templates/page.html b/myriad/templates/page.html index 7468e61..c5567bc 100644 --- a/myriad/templates/page.html +++ b/myriad/templates/page.html @@ -57,7 +57,7 @@ {% if stamps|length > 0 %}
Stamps
{% for stamp in stamps %} - + {% endfor %} {% endif %}