From fd16538c0f8d604554ab0b81cb059df5d791df90 Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Wed, 1 May 2024 02:56:25 -0500 Subject: [PATCH] correct display of usercard avatar frame --- core/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/style.css b/core/style.css index 55afaf1..021a459 100644 --- a/core/style.css +++ b/core/style.css @@ -224,8 +224,10 @@ div.page-selector div.pagebutton.forwpage { border-left: none; } 1px 0px 0 var(--usercard-outline); } -.usercard .aframe { +.usercard div.aframe { display: inline-block; +} +.usercard .aframe { background-size: 100%; width: 128px; height: 128px; }