From 67874f453a86640767cce37f2c40a902330e5407 Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 5 May 2023 06:07:51 +0300 Subject: [PATCH] make it easier to click on buttons in the shop --- files/templates/hats.html | 6 +++--- files/templates/shop.html | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/files/templates/hats.html b/files/templates/hats.html index 96a356a2e..dcc3d413a 100644 --- a/files/templates/hats.html +++ b/files/templates/hats.html @@ -75,14 +75,14 @@ {% if hat.id not in owned_hat_ids and hat.is_purchasable %}
- +
{% endif %}
- + - +
diff --git a/files/templates/shop.html b/files/templates/shop.html index 803c2a175..496abed73 100644 --- a/files/templates/shop.html +++ b/files/templates/shop.html @@ -61,7 +61,7 @@ {% endif %} {{a['owned']}} - + {{a['description']}}