From e8006a79f37f76a03fa389444947d4390a0385d5 Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Thu, 11 Apr 2024 01:54:57 -0500 Subject: [PATCH] change image-rendering on usercard avatar to small only --- core/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/style.css b/core/style.css index 4dd5ccf..983acd9 100644 --- a/core/style.css +++ b/core/style.css @@ -225,7 +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; } +.usercard .avatar { background-size: 100%; } +.usercard .avatar.small { image-rendering: auto; } /* == MAIN BODY */