docs: correct agent icon size to 5em after #413 cap
This commit is contained in:
parent
cf4fc5ce1c
commit
0e17459943
1 changed files with 5 additions and 3 deletions
|
|
@ -482,9 +482,11 @@ Three fixed-position layers frame a full-viewport terminal:
|
||||||
glass — `backdrop-filter: blur` lets scrolled terminal rows show
|
glass — `backdrop-filter: blur` lets scrolled terminal rows show
|
||||||
through. Three flex columns (#394 redesign):
|
through. Three flex columns (#394 redesign):
|
||||||
|
|
||||||
- **Agent icon** (`<img class="agent-icon">`): full-height square
|
- **Agent icon** (`<img class="agent-icon">`): fixed-size square
|
||||||
identity anchor (6em, `height: 100%; aspect-ratio: 1`). Falls back
|
identity anchor (5em, `width: 5em; aspect-ratio: 1;
|
||||||
to the dimmed hyperhive mark on load error.
|
align-self: flex-start` — capped so a tall state-row doesn't
|
||||||
|
inflate the icon, #411). Falls back to the dimmed hyperhive mark
|
||||||
|
on load error.
|
||||||
- **Main column** (`.agent-header-main`): two rows.
|
- **Main column** (`.agent-header-main`): two rows.
|
||||||
- Row 1 (`.agent-header-title-row`): title (`<h2 id="title">`) +
|
- Row 1 (`.agent-header-title-row`): title (`<h2 id="title">`) +
|
||||||
meta-nav (`<nav id="meta-links">`). Meta-nav renders
|
meta-nav (`<nav id="meta-links">`). Meta-nav renders
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue