popover hats?
parent
e0262930ef
commit
862b9ebad9
|
@ -3398,6 +3398,7 @@ small, .small {
|
||||||
.profile-pic-30-wrapper,
|
.profile-pic-30-wrapper,
|
||||||
.profile-pic-35-wrapper,
|
.profile-pic-35-wrapper,
|
||||||
.profile-pic-65-wrapper,
|
.profile-pic-65-wrapper,
|
||||||
|
.profile-pic-72-wrapper,
|
||||||
.profile-pic-100-wrapper {
|
.profile-pic-100-wrapper {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
@ -3408,6 +3409,7 @@ small, .small {
|
||||||
.profile-pic-30-hat,
|
.profile-pic-30-hat,
|
||||||
.profile-pic-35-hat,
|
.profile-pic-35-hat,
|
||||||
.profile-pic-65-hat,
|
.profile-pic-65-hat,
|
||||||
|
.profile-pic-72-hat,
|
||||||
.profile-pic-100-hat {
|
.profile-pic-100-hat {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
@ -3418,11 +3420,13 @@ small, .small {
|
||||||
.profile-pic-30-wrapper { width: 30px; height: 30px; }
|
.profile-pic-30-wrapper { width: 30px; height: 30px; }
|
||||||
.profile-pic-35-wrapper { width: 35px; height: 35px; }
|
.profile-pic-35-wrapper { width: 35px; height: 35px; }
|
||||||
.profile-pic-65-wrapper { width: 65px; height: 65px; }
|
.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-100-wrapper { width: 100px; height: 100px; }
|
||||||
.profile-pic-20-hat { width: 20px; }
|
.profile-pic-20-hat { width: 20px; }
|
||||||
.profile-pic-30-hat { width: 30px; }
|
.profile-pic-30-hat { width: 30px; }
|
||||||
.profile-pic-35-hat { width: 35px; }
|
.profile-pic-35-hat { width: 35px; }
|
||||||
.profile-pic-65-hat { width: 65px; }
|
.profile-pic-65-hat { width: 65px; }
|
||||||
|
.profile-pic-72-hat { width: 72px; }
|
||||||
.profile-pic-100-hat { width: 100px; }
|
.profile-pic-100-hat { width: 100px; }
|
||||||
|
|
||||||
.profile--pfp--hat {
|
.profile--pfp--hat {
|
||||||
|
|
|
@ -2,7 +2,10 @@
|
||||||
<div class="popover-user-profile" role="tooltip">
|
<div class="popover-user-profile" role="tooltip">
|
||||||
<img loading="lazy" class="pop-banner w-100 h-64 object-cover">
|
<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">
|
<div class="d-flex align-items-end px-3 mt-n6 mb-3">
|
||||||
|
<div class="profile-pic-72-wrapper">
|
||||||
<img loading="lazy" class="pop-picture avatar-72 rounded img-thumbnail shadow-sm">
|
<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">
|
<div class="px-3 text-truncate">
|
||||||
<h5 class="pop-username text-truncate text-black"></h5>
|
<h5 class="pop-username text-truncate text-black"></h5>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{%-
|
{%-
|
||||||
set CACHE_VER = {
|
set CACHE_VER = {
|
||||||
'css/main.css': 504,
|
'css/main.css': 505,
|
||||||
'css/catalog.css': 2,
|
'css/catalog.css': 2,
|
||||||
|
|
||||||
'css/4chan.css': 61,
|
'css/4chan.css': 61,
|
||||||
|
|
Loading…
Reference in New Issue