Agenttikuvakkeet kasvatettu: 50→64px kuva, 72→90px kortti, isompi fontti

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Jaakko Vanhala
2026-04-11 08:22:42 +03:00
parent 93f6baa0ea
commit 746bc20fcb

View File

@@ -128,10 +128,10 @@ body {
background: linear-gradient(145deg, rgba(33,38,45,0.4) 0%, rgba(13,17,23,0.8) 100%); background: linear-gradient(145deg, rgba(33,38,45,0.4) 0%, rgba(13,17,23,0.8) 100%);
backdrop-filter: blur(12px); backdrop-filter: blur(12px);
border: 1px solid rgba(240,246,252,0.1); border: 1px solid rgba(240,246,252,0.1);
border-radius: 12px; border-radius: 14px;
padding: 6px 6px 4px; padding: 8px 8px 6px;
text-align: center; text-align: center;
width: 72px; width: 90px;
opacity: 0.8; opacity: 0.8;
cursor: pointer; cursor: pointer;
transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); 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); box-shadow: 0 8px 14px rgba(0,0,0,0.4);
} }
.agent-avatar img { .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); margin-bottom: 4px; border: 2px solid rgba(240,246,252,0.1);
transition: all 0.4s ease; object-fit: cover; transition: all 0.4s ease; object-fit: cover;
} }
.agent-avatar .avatar-name { .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; overflow: hidden; text-overflow: ellipsis;
} }
.agent-avatar.active { .agent-avatar.active {