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 colour; pages that don't emit a given kind simply never produce that
class the unused rule sits in the bundle harmlessly. class the unused rule sits in the bundle harmlessly.
`.terminal-wrap` provides the crust-on-black phosphor chrome that makes `.terminal-wrap` provides the crust-on-black phosphor chrome that
the agent page feel like a terminal. Pages can opt in by wrapping a makes the agent page feel like a terminal. Pages can opt in by
block in this class; or skip it and the rows still render with their wrapping a block in this class; or skip it and the rows still render
class colours, just without the frame. with their class colours, just without the frame.
No `.term-input` here composers are a separate concern (see No `.term-input` here composers are a separate concern, owned by
hive-fr0nt::COMPOSER_CSS / COMPOSER_JS once introduced). */ 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 { .terminal-wrap {
position: relative; position: relative;