From 5363aa67c6d06b07fe33465104cfd9b5bc39e83a Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 7 Sep 2022 06:28:02 +0200 Subject: [PATCH] do this https://rdrama.org/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/2672411?context=8#context --- files/assets/css/main.css | 4 ++-- files/templates/util/assetcache.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 2e16e55800..e1ab4a2663 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -3423,14 +3423,14 @@ small, .small { .profile-pic-35-wrapper { width: 35px; height: 35px; } .profile-pic-50-wrapper { width: 50px; height: 50px; } .profile-pic-65-wrapper { width: 65px; height: 65px; } -.profile-pic-75-wrapper { width: 72px; height: 72px; } +.profile-pic-75-wrapper { width: 75px; height: 75px; } .profile-pic-100-wrapper { width: 100px; height: 100px; } .profile-pic-20-hat { width: 20px; } .profile-pic-30-hat { width: 30px; } .profile-pic-35-hat { width: 35px; } .profile-pic-50-hat { width: 50px; } .profile-pic-65-hat { width: 65px; } -.profile-pic-75-hat { width: 72px; } +.profile-pic-75-hat { width: 75px; } .profile-pic-100-hat { width: 100px; } .profile--pfp--hat { diff --git a/files/templates/util/assetcache.html b/files/templates/util/assetcache.html index 33355889fb..5ac4342549 100644 --- a/files/templates/util/assetcache.html +++ b/files/templates/util/assetcache.html @@ -1,6 +1,6 @@ {%- set CACHE_VER = { - 'css/main.css': 4010, + 'css/main.css': 4011, 'css/catalog.css': 4002, 'css/4chan.css': 4002, 'css/classic.css': 4002,