diff --git a/core/style.css b/core/style.css index 3a6fef1..55afaf1 100644 --- a/core/style.css +++ b/core/style.css @@ -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 */