Agenttiavatarit palautettu: AgentBar-komponentti viidellä roolilla
Manageri (pöllö), Koodari (kameleontti), Testaaja (rukoilijasirkka), QA (kilpikonna), Data (norsu). Klikattavat, highlight aktiiviselle. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -123,6 +123,20 @@ body {
|
||||
}
|
||||
.code-block .hljs { background: transparent; padding: 0; }
|
||||
|
||||
/* Agent avatars */
|
||||
.agent-avatar {
|
||||
cursor: pointer; text-align: center; transition: transform 0.15s;
|
||||
opacity: 0.6;
|
||||
}
|
||||
.agent-avatar:hover { transform: scale(1.1); opacity: 0.9; }
|
||||
.agent-avatar.active {
|
||||
opacity: 1;
|
||||
}
|
||||
.agent-avatar.active img {
|
||||
border-color: var(--accent) !important;
|
||||
box-shadow: 0 0 8px rgba(88,166,255,0.3);
|
||||
}
|
||||
|
||||
/* Animations */
|
||||
@keyframes blink { 0%,100% { opacity:1 } 50% { opacity:0 } }
|
||||
@keyframes spin { to { transform: rotate(360deg) } }
|
||||
|
||||
Reference in New Issue
Block a user