From a1aca735277e0a993e7eca59fa091f4d91bf69dd Mon Sep 17 00:00:00 2001 From: Ed Date: Tue, 17 Jan 2023 22:34:22 +0100 Subject: [PATCH] Fixed image size on the 'invite user' button --- tpl/blocks/room.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/tpl/blocks/room.html b/tpl/blocks/room.html index f5dac0f..0f3e3c6 100644 --- a/tpl/blocks/room.html +++ b/tpl/blocks/room.html @@ -44,9 +44,11 @@ {% if order.room_id == order.code and not order.room_confirmed and len(room_members) < 5 %}
- -

Invite

-

Get room code

+
+ +

Invite

+

Get room code

+
{% endif %} @@ -92,7 +94,7 @@ {% for person in pending_roommates %} - + {% if person.status == 'pending' %}
{{person.name}}UNPAID