diff --git a/hive-ag3nt/assets/agent.css b/hive-ag3nt/assets/agent.css index e5c3555..8b66609 100644 --- a/hive-ag3nt/assets/agent.css +++ b/hive-ag3nt/assets/agent.css @@ -36,6 +36,18 @@ h2, h3 { letter-spacing: 0.15em; text-shadow: 0 0 8px rgba(203, 166, 247, 0.4); } +.title-row { + display: flex; + align-items: center; + gap: 0.6rem; +} +.title-row h2 { margin: 0; } +.agent-icon { + width: 40px; + height: 40px; + border-radius: 6px; + flex-shrink: 0; +} .meta { color: var(--muted); font-size: 0.85em; } .status-online { color: var(--green); text-shadow: 0 0 6px rgba(166, 227, 161, 0.55); } .status-needs-login { color: var(--amber); text-shadow: 0 0 6px rgba(250, 179, 135, 0.55); } diff --git a/hive-ag3nt/assets/index.html b/hive-ag3nt/assets/index.html index 9e72be2..0b80172 100644 --- a/hive-ag3nt/assets/index.html +++ b/hive-ag3nt/assets/index.html @@ -3,11 +3,15 @@ hyperhive agent + -

◆ … ◆

+
+ +

◆ … ◆

+

📊 stats → screen +