shared/terminal.css: drop stale hive-fr0nt ref; point at docs (#714)

This commit is contained in:
iris 2026-05-31 15:46:50 +02:00 committed by mara
commit 33683f2de2

View file

@ -6,13 +6,15 @@
colour; pages that don't emit a given kind simply never produce that
class the unused rule sits in the bundle harmlessly.
`.terminal-wrap` provides the crust-on-black phosphor chrome that makes
the agent page feel like a terminal. Pages can opt in by wrapping a
block in this class; or skip it and the rows still render with their
class colours, just without the frame.
`.terminal-wrap` provides the crust-on-black phosphor chrome that
makes the agent page feel like a terminal. Pages can opt in by
wrapping a block in this class; or skip it and the rows still render
with their class colours, just without the frame.
No `.term-input` here composers are a separate concern (see
hive-fr0nt::COMPOSER_CSS / COMPOSER_JS once introduced). */
No `.term-input` here composers are a separate concern, owned by
each page's own CSS. Row taxonomy + layout contract documented in
`docs/web-ui.md::Shared terminal pane` and
`docs/terminal-rendering.md`. */
.terminal-wrap {
position: relative;