From 8e34bc4841e1ab38c3242dc691dd6e6dc0b16afe Mon Sep 17 00:00:00 2001 From: Aevann Date: Tue, 2 May 2023 20:32:51 +0300 Subject: [PATCH] fix oversized house and patron images --- files/templates/userpage/banner.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/files/templates/userpage/banner.html b/files/templates/userpage/banner.html index 9b7d32b8f..0373691d2 100644 --- a/files/templates/userpage/banner.html +++ b/files/templates/userpage/banner.html @@ -32,11 +32,11 @@ {% endif %} {% if FEATURES['PATRON_ICONS'] and u.patron %} - {{u.patron_tooltip}} + {{u.patron_tooltip}} {% endif %} {% if FEATURES['HOUSES'] and u.house %} - House {{u.house}} + House {{u.house}} {% endif %} {% if u.verified %} @@ -294,11 +294,11 @@ {% endif %} {% if FEATURES['PATRON_ICONS'] and u.patron %} - {{u.patron_tooltip}} + {{u.patron_tooltip}} {% endif %} {% if FEATURES['HOUSES'] and u.house %} - House {{u.house}} + House {{u.house}} {% endif %} {% if u.verified %}