From 8640a31e02286206e7eb604d023a0ce213809632 Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Thu, 11 Apr 2024 01:48:34 -0500 Subject: [PATCH] add styles to usercard avatar --- core/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/style.css b/core/style.css index a5df4c8..4dd5ccf 100644 --- a/core/style.css +++ b/core/style.css @@ -225,6 +225,8 @@ div.page-selector div.pagebutton.forwpage { border-left: none; } 1px 0px 0 var(--usercard-outline); } +.usercard .avatar { background-size: 100%; image-rendering: auto; } + /* == MAIN BODY */ body {