popover hats?

remotes/1693045480750635534/spooky-22
gooseman 2022-09-03 17:25:00 -07:00
parent e0262930ef
commit 862b9ebad9
3 changed files with 11 additions and 4 deletions

View File

@ -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 {

View File

@ -2,7 +2,10 @@
<div class="popover-user-profile" role="tooltip">
<img loading="lazy" class="pop-banner w-100 h-64 object-cover">
<div class="d-flex align-items-end px-3 mt-n6 mb-3">
<img loading="lazy" class="pop-picture avatar-72 rounded img-thumbnail shadow-sm">
<div class="profile-pic-72-wrapper">
<img loading="lazy" class="pop-picture avatar-72 rounded img-thumbnail shadow-sm">
<img class="profile-pic-72-hat hat" loading="lazy" data-bs-toggle="tooltip" data-bs-placement="bottom">
</div>
<div class="px-3 text-truncate">
<h5 class="pop-username text-truncate text-black"></h5>
</div>
@ -31,7 +34,7 @@
<span class="ml-3">
<strong class="pop-coins text-black"></strong>
<span class="text-black">coins</span>
</span>
</span>
&nbsp;&nbsp;&nbsp;&nbsp;
<a href="/" {% if v and v.newtab and not g.webview %}target="_blank"{% endif %} class="pop-viewmore ml-auto text-decoration-none">
View
@ -39,4 +42,4 @@
</a>
</div>
</div>
</div>
</div>

View File

@ -1,6 +1,6 @@
{%-
set CACHE_VER = {
'css/main.css': 504,
'css/main.css': 505,
'css/catalog.css': 2,
'css/4chan.css': 61,