From 862b9ebad993833d4ab6827facdebaa06113b293 Mon Sep 17 00:00:00 2001 From: gooseman <16601315+geese-suck@users.noreply.github.com> Date: Sat, 3 Sep 2022 17:25:00 -0700 Subject: [PATCH] popover hats? --- files/assets/css/main.css | 4 ++++ files/templates/popover.html | 9 ++++++--- files/templates/util/assetcache.html | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 72fe45ee5..ecdfe0a57 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 d6928cce7..ced2faa59 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 6d10082c2..560074b48 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,