From 157736c2ba9093ccba3a12888b8d228f8f3fe4d1 Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Wed, 1 May 2024 02:50:22 -0500 Subject: [PATCH] usercard fixes --- core/style.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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 */