From 7201154ee887f517ac7ae06c2df0e5b7b7d2cb02 Mon Sep 17 00:00:00 2001 From: ygg2 <43683750+ygg2@users.noreply.github.com> Date: Sun, 29 Mar 2026 03:17:01 -0400 Subject: [PATCH] mobile avatar decoration size --- src/webpage/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webpage/style.css b/src/webpage/style.css index 23752e8..5a7263b 100644 --- a/src/webpage/style.css +++ b/src/webpage/style.css @@ -4351,7 +4351,7 @@ fieldset input[type="radio"] { .pfprow { width: 32px; } - .pfprow .pfp { + .pfprow .pfpDiv, .pfprow .pfp { height: 32px; width: 32px; }