From 4d1e89da344135ed733f9ded183e91a0b4de4d43 Mon Sep 17 00:00:00 2001 From: jaakko Date: Tue, 7 Apr 2026 13:14:14 +0300 Subject: [PATCH] =?UTF-8?q?Avatar-kuvakkeet=2048px=20=E2=86=92=2050px=20(+?= =?UTF-8?q?5%)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- network-poc/static/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/network-poc/static/index.html b/network-poc/static/index.html index 7db35a8..034f8ee 100644 --- a/network-poc/static/index.html +++ b/network-poc/static/index.html @@ -463,8 +463,8 @@ } .avatar-card img { - width: 48px; - height: 48px; + width: 50px; + height: 50px; border-radius: 12px; margin-bottom: 4px; border: 2px solid rgba(240, 246, 252, 0.1);