hyperhive/hive-c0re
iris 5887111327 dashboard: stop nav-link icons cramming against the head row's right edge
The per-container nav strip's <a> elements had class "meta nav-link".
`.container-row .head .meta { margin-left: auto }` then matched every
link, so as flex siblings the first one absorbed all the available
space and the rest packed against it on the right — the icons looked
like they overlapped (issue #333).

Drop `meta` from the link class. Add a `.nav-strip` rule that is
inline-flex with a 0.35em gap so the icons sit on a fixed cadence
regardless of how many backend-supplied links land. Give .nav-link a
real hit target (0.15em / 0.35em padding) + a subtle hover so the
icons read as interactive.
2026-05-23 02:43:12 +02:00
..
assets dashboard: stop nav-link icons cramming against the head row's right edge 2026-05-23 02:43:12 +02:00
src dashboard: same bind retry policy as the agent half 2026-05-23 02:32:33 +02:00
Cargo.toml forge: use base64 crate for avatar payload 2026-05-23 01:15:16 +02:00