diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 26eea8412..02b838a4b 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -7334,6 +7334,15 @@ button, .btn { cursor: default; } +.house-img { + height: 30px; + width: 19px; +} + +.patron-img { + height: 30px; + width: 25px; +} .sidebar-img { width: 100%; diff --git a/files/assets/images/WPD/badges/21.webp b/files/assets/images/WPD/badges/21.webp index 36ff0bc10..df28de6f7 100644 Binary files a/files/assets/images/WPD/badges/21.webp and b/files/assets/images/WPD/badges/21.webp differ diff --git a/files/assets/images/WPD/badges/22.webp b/files/assets/images/WPD/badges/22.webp index dea45cb5a..12f816159 100644 Binary files a/files/assets/images/WPD/badges/22.webp and b/files/assets/images/WPD/badges/22.webp differ diff --git a/files/assets/images/WPD/badges/23.webp b/files/assets/images/WPD/badges/23.webp index 7046fffd4..552a31051 100644 Binary files a/files/assets/images/WPD/badges/23.webp and b/files/assets/images/WPD/badges/23.webp differ diff --git a/files/assets/images/WPD/badges/25.webp b/files/assets/images/WPD/badges/25.webp index b9695ad54..c25c06a1d 100644 Binary files a/files/assets/images/WPD/badges/25.webp and b/files/assets/images/WPD/badges/25.webp differ diff --git a/files/assets/images/WPD/badges/26.webp b/files/assets/images/WPD/badges/26.webp index a6b9c5991..7f6a55a1c 100644 Binary files a/files/assets/images/WPD/badges/26.webp and b/files/assets/images/WPD/badges/26.webp differ diff --git a/files/assets/images/rDrama/houses/Femboy.webp b/files/assets/images/rDrama/houses/Femboy.webp index f1b27d370..80b0d7d17 100644 Binary files a/files/assets/images/rDrama/houses/Femboy.webp and b/files/assets/images/rDrama/houses/Femboy.webp differ diff --git a/files/assets/images/rDrama/houses/Furry.webp b/files/assets/images/rDrama/houses/Furry.webp index 1cc4bfb3e..db664a0a0 100644 Binary files a/files/assets/images/rDrama/houses/Furry.webp and b/files/assets/images/rDrama/houses/Furry.webp differ diff --git a/files/assets/images/rDrama/houses/Racist Founder.webp b/files/assets/images/rDrama/houses/Racist Founder.webp index 35372368d..4b81fc40b 100644 Binary files a/files/assets/images/rDrama/houses/Racist Founder.webp and b/files/assets/images/rDrama/houses/Racist Founder.webp differ diff --git a/files/assets/images/rDrama/houses/Racist.webp b/files/assets/images/rDrama/houses/Racist.webp index c1d829d35..ef775225d 100644 Binary files a/files/assets/images/rDrama/houses/Racist.webp and b/files/assets/images/rDrama/houses/Racist.webp differ diff --git a/files/assets/images/rDrama/houses/Vampire Founder.webp b/files/assets/images/rDrama/houses/Vampire Founder.webp index 33710524a..3bc3cdf26 100644 Binary files a/files/assets/images/rDrama/houses/Vampire Founder.webp and b/files/assets/images/rDrama/houses/Vampire Founder.webp differ diff --git a/files/assets/images/rDrama/houses/Vampire.webp b/files/assets/images/rDrama/houses/Vampire.webp index e9f8f5612..d215d775a 100644 Binary files a/files/assets/images/rDrama/houses/Vampire.webp and b/files/assets/images/rDrama/houses/Vampire.webp differ diff --git a/files/templates/admin/patrons.html b/files/templates/admin/patrons.html index 7b15d45b5..b5644a54b 100644 --- a/files/templates/admin/patrons.html +++ b/files/templates/admin/patrons.html @@ -14,7 +14,7 @@ {{loop.index}} {% include "user_in_table.html" %} - 2{{user.patron}} + 2{{user.patron}} {% endfor %} diff --git a/files/templates/comments.html b/files/templates/comments.html index edd949b3f..3f7c69fd2 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 89f1058ab..3bea8b3ac 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 5905cb893..e3b5fd212 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 %}