diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 25392c8a8..603657285 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -7334,15 +7334,6 @@ 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 df28de6f7..36ff0bc10 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 12f816159..dea45cb5a 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 552a31051..7046fffd4 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 c25c06a1d..b9695ad54 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 7f6a55a1c..a6b9c5991 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 80b0d7d17..f1b27d370 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 db664a0a0..1cc4bfb3e 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 4b81fc40b..35372368d 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 ef775225d..c1d829d35 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 3bc3cdf26..33710524a 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 d215d775a..e9f8f5612 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 a8b0a69f2..6e481988b 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 37dd7c653..44ca16f24 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 1e7e7ffec..49ad9c31e 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 3a3be505e..4327f53a4 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 %}