usercard fixes

This commit is contained in:
Wirlaburla 2024-05-01 02:50:22 -05:00
parent 2a5d2bb83d
commit 157736c2ba

View File

@ -224,8 +224,15 @@ div.page-selector div.pagebutton.forwpage { border-left: none; }
1px 0px 0 var(--usercard-outline);
}
.usercard .avatar { background-size: 100%; }
.usercard .avatar.small { image-rendering: auto; }
.usercard .aframe {
display: inline-block;
background-size: 100%;
width: 128px; height: 128px;
}
.usercard .aframe.small {
image-rendering: auto;
width: 64px; height: 64px;
}
/* == MAIN BODY */