From ec2629e706d3c36a81fa2922252b54edb436327b Mon Sep 17 00:00:00 2001 From: Aevann Date: Tue, 2 May 2023 20:21:21 +0300 Subject: [PATCH] increase patron images and house images height to 25px --- files/assets/css/main.css | 3 +++ files/templates/comments.html | 4 ++-- files/templates/userpage/banner.html | 8 ++++---- files/templates/util/macros.html | 4 ++-- 4 files changed, 11 insertions(+), 8 deletions(-) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 603657285..08c61af2d 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -7334,6 +7334,9 @@ button, .btn { cursor: default; } +.house-img, .patron-img { + height: 25px; +} .sidebar-img { width: 100%; diff --git a/files/templates/comments.html b/files/templates/comments.html index 44ca16f24..0c5405afc 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -159,11 +159,11 @@ 👻 {% else %} {% if FEATURES['PATRON_ICONS'] and c.author.patron %} - {{c.author.patron_tooltip}} + {{c.author.patron_tooltip}} {% endif %} {% if FEATURES['HOUSES'] and c.author.house %} - House {{c.author.house}} + House {{c.author.house}} {% endif %} {% if c.author.verified %} diff --git a/files/templates/userpage/banner.html b/files/templates/userpage/banner.html index 49ad9c31e..9b7d32b8f 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 %} diff --git a/files/templates/util/macros.html b/files/templates/util/macros.html index 4327f53a4..c331ecc29 100644 --- a/files/templates/util/macros.html +++ b/files/templates/util/macros.html @@ -60,11 +60,11 @@ 👻 {% else %} {% if FEATURES['PATRON_ICONS'] and p.author.patron %} - {{p.author.patron_tooltip}} + {{p.author.patron_tooltip}} {% endif %} {% if FEATURES['HOUSES'] and p.author.house %} - House {{p.author.house}} + House {{p.author.house}} {% endif %} {% if p.author.verified %}