diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 72fe45ee51..ecdfe0a57a 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -3398,6 +3398,7 @@ small, .small { .profile-pic-30-wrapper, .profile-pic-35-wrapper, .profile-pic-65-wrapper, +.profile-pic-72-wrapper, .profile-pic-100-wrapper { display: inline-block; position: relative; @@ -3408,6 +3409,7 @@ small, .small { .profile-pic-30-hat, .profile-pic-35-hat, .profile-pic-65-hat, +.profile-pic-72-hat, .profile-pic-100-hat { position: absolute; left: 0; @@ -3418,11 +3420,13 @@ small, .small { .profile-pic-30-wrapper { width: 30px; height: 30px; } .profile-pic-35-wrapper { width: 35px; height: 35px; } .profile-pic-65-wrapper { width: 65px; height: 65px; } +.profile-pic-72-wrapper { width: 72px; height: 72px; } .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-65-hat { width: 65px; } +.profile-pic-72-hat { width: 72px; } .profile-pic-100-hat { width: 100px; } .profile--pfp--hat { diff --git a/files/templates/popover.html b/files/templates/popover.html index d6928cce7e..ced2faa596 100644 --- a/files/templates/popover.html +++ b/files/templates/popover.html @@ -2,7 +2,10 @@ - \ No newline at end of file + diff --git a/files/templates/util/assetcache.html b/files/templates/util/assetcache.html index 6d10082c27..560074b48c 100644 --- a/files/templates/util/assetcache.html +++ b/files/templates/util/assetcache.html @@ -1,6 +1,6 @@ {%- set CACHE_VER = { - 'css/main.css': 504, + 'css/main.css': 505, 'css/catalog.css': 2, 'css/4chan.css': 61,