From 746bc20fcb54ee7e606a1aa57dd2e652a883319f Mon Sep 17 00:00:00 2001 From: Jaakko Vanhala Date: Sat, 11 Apr 2026 08:22:42 +0300 Subject: [PATCH] =?UTF-8?q?Agenttikuvakkeet=20kasvatettu:=2050=E2=86=9264p?= =?UTF-8?q?x=20kuva,=2072=E2=86=9290px=20kortti,=20isompi=20fontti?= 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/frontend/src/styles/global.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/network-poc/frontend/src/styles/global.css b/network-poc/frontend/src/styles/global.css index 57a5fb5..1b11c67 100644 --- a/network-poc/frontend/src/styles/global.css +++ b/network-poc/frontend/src/styles/global.css @@ -128,10 +128,10 @@ body { background: linear-gradient(145deg, rgba(33,38,45,0.4) 0%, rgba(13,17,23,0.8) 100%); backdrop-filter: blur(12px); border: 1px solid rgba(240,246,252,0.1); - border-radius: 12px; - padding: 6px 6px 4px; + border-radius: 14px; + padding: 8px 8px 6px; text-align: center; - width: 72px; + width: 90px; opacity: 0.8; cursor: pointer; transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); @@ -144,12 +144,12 @@ body { box-shadow: 0 8px 14px rgba(0,0,0,0.4); } .agent-avatar img { - width: 50px; height: 50px; border-radius: 12px; + width: 64px; height: 64px; border-radius: 14px; margin-bottom: 4px; border: 2px solid rgba(240,246,252,0.1); transition: all 0.4s ease; object-fit: cover; } .agent-avatar .avatar-name { - font-size: 10px; color: #8b949e; white-space: nowrap; + font-size: 11px; color: #8b949e; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .agent-avatar.active {